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