Files
sdkman-cli/config.groovy
Ross Goldberg adf55ea3f6 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-04-07 15:31:45 +01:00

10 lines
162 B
Groovy

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