Files
sdkman-cli/config.groovy
2012-12-11 13:54:00 +00:00

14 lines
219 B
Groovy

vertxVersion = '1.3.0.final'
gvmVersion = '0.9.1'
environments {
dev {
gvmService = 'http://localhost:8080'
}
test {
gvmService = 'http://test.gvmtool.net'
}
prod {
gvmService = 'http://get.gvmtool.net'
}
}