Skip to content

Commit

Permalink
rc-4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Spock Framework Robot committed Mar 27, 2017
1 parent 7f5d35c commit d6ad474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description = "Spock Framework"

ext {
baseVersion = "1.1"
snapshotVersion = true
releaseCandidate = 0
snapshotVersion = false
releaseCandidate = 4
variants = [2.0, 2.3, 2.4]
variant = System.getProperty("variant") as BigDecimal ?: variants.last()
if (variant == 2.0) {
Expand Down

0 comments on commit d6ad474

Please sign in to comment.