aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorDierk Koenig <dierk.koenig@canoo.com>2016-05-05 23:08:24 +0200
committerDierk Koenig <dierk.koenig@canoo.com>2016-05-05 23:08:24 +0200
commitd4c98ba375c617f819a489cef08fdb54934f5487 (patch)
treeef623de84287f8eb3cf193fa9ec58e8ec061bb72 /build.gradle
parent6d11b943a004dc836a4a8d423a8b4d1bccb808da (diff)
downloadfrege-gradle-plugin-d4c98ba375c617f819a489cef08fdb54934f5487.tar.gz
frege-gradle-plugin-d4c98ba375c617f819a489cef08fdb54934f5487.tar.bz2
frege-gradle-plugin-d4c98ba375c617f819a489cef08fdb54934f5487.zip
start 0.9 release train
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 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()) {