Files
sdkman-cli/config.groovy
2013-01-21 13:52:21 +00:00

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://get.gvmtool.net'
}
}