mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-02 02:32:59 -05:00
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
10 lines
162 B
Groovy
10 lines
162 B
Groovy
sdkmanCliVersion = 'master'
|
|
environments {
|
|
local {
|
|
candidatesApi = 'http://localhost:8080/2'
|
|
}
|
|
production {
|
|
candidatesApi = 'https://api.sdkman.io/2'
|
|
}
|
|
}
|