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