Files
sdkman-cli/config.groovy
2013-04-08 19:33:32 +01: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://api.gvmtool.net'
}
}