mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 09:43:04 -05:00
17 lines
271 B
Groovy
17 lines
271 B
Groovy
vertxVersion = '1.3.1.final'
|
|
gvmVersion = '1.0.2'
|
|
environments {
|
|
local {
|
|
gvmService = 'http://localhost:8080'
|
|
}
|
|
dev {
|
|
gvmService = 'http://dev.gvmtool.net'
|
|
}
|
|
test {
|
|
gvmService = 'http://test.gvmtool.net'
|
|
}
|
|
prod {
|
|
gvmService = 'http://api.gvmtool.net'
|
|
}
|
|
}
|