diff --git a/build.gradle b/build.gradle index 052ae3133..fc8ccf80e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ allprojects { ext { shortVersion = '4.1.0-alpha2' - isSnapshot = true + isSnapshot = false gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')