mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 10:13:07 -05:00
Upgrade to 0.9.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
vertxVersion = '1.3.0.final'
|
||||
gvmVersion = '0.8.4'
|
||||
gvmVersion = '0.9.0'
|
||||
environments {
|
||||
dev {
|
||||
gvmService = 'http://localhost:8080'
|
||||
|
||||
@@ -2,10 +2,10 @@ Feature: Version
|
||||
|
||||
Scenario: Show the current version of gvm
|
||||
When I enter "gvm version"
|
||||
Then I see "Groovy enVironment Manager 0.8.4"
|
||||
Then I see "Groovy enVironment Manager 0.9.0"
|
||||
|
||||
Scenario: The local gvm is out of date
|
||||
Given no prior Broadcast was received
|
||||
And a new Broadcast "This is a LIVE Broadcast!" is available
|
||||
When I enter "gvm broadcast"
|
||||
Then I see only "This is a LIVE Broadcast!"
|
||||
Then I see only "This is a LIVE Broadcast!"
|
||||
|
||||
@@ -11,7 +11,7 @@ class VertxUtils {
|
||||
final static candidates = [groovy:groovy,grails:grails]
|
||||
final static defaults = [groovy:'2.0.5',grails:'2.1.0']
|
||||
|
||||
static final gvmVersion = '0.8.4'
|
||||
static final gvmVersion = '0.9.0'
|
||||
static final vertxVersion = '1.3.0.final'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user