aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle3
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
2 files changed, 4 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index a3114ee..86b5a4a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ sourceCompatibility = 1.7
targetCompatibility = 1.7
ext {
- baseVersion = "0.6"
+ baseVersion = "0.9"
isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
projectVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")
@@ -22,6 +22,7 @@ ext {
fregeVersion = "$fregeBaseVersion$fregeClassifier"
// work around https://issues.gradle.org/browse/GRADLE-3281
+ // fixed in 0.9.3 https://plugins.gradle.org/plugin/com.gradle.plugin-publish
def home = new File(System.getProperty("user.home"))
def propfile = new File(home, ".gradle/gradle.properties")
if (propfile.exists()) {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 2a6d1bb..d7ce6db 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Tue Apr 12 21:02:27 CEST 2016
+#Thu May 05 22:54:51 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip