diff --git a/build.gradle b/build.gradle index 3afb746fe4..58a2de0f91 100755 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ description = "Spock Framework" ext { baseVersion = "1.1" - snapshotVersion = true + snapshotVersion = false releaseCandidate = 0 variants = [2.0, 2.3, 2.4] variant = System.getProperty("variant") as BigDecimal ?: variants.last()