Files
sdkman-cli/config.groovy
2012-12-17 17:33:54 +00:00

14 lines
219 B
Groovy

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