Files
sdkman-cli/config.groovy
Ross Goldberg 1c9c1c653c Reformat .groovy files manually, with EditorConfig
Standardize the formatting of .groovy files using auto-formatting
specified in .editorconfig, plus some manual reformatting that conforms
to .editorconfig:

 - Fix improper indents
 - Use 4-character-wide tabs for indents
 - Only one empty line at end of file
 - Add or remove empty lines
 - Optimize imports
 - Files generated by HookResponses conform to new formatting
 - Other minor spacing cleanup
2020-10-10 09:33:16 +01:00

10 lines
162 B
Groovy

sdkmanCliVersion = 'master'
environments {
local {
candidatesApi = 'http://localhost:8080/2'
}
production {
candidatesApi = 'https://api.sdkman.io/2'
}
}