summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-02-10 21:17:11 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-02-10 21:17:11 +1000
commit859c64100e5c79a394d92f450835124858c3c451 (patch)
tree8bdbaa12637b663e343d579dda74a1f382d6f0ad /build.gradle
parent721b9aaff24f9de58f0e1b03f0581433b9a5a72c (diff)
downloadfrege-gradle-plugin-859c64100e5c79a394d92f450835124858c3c451.tar.gz
frege-gradle-plugin-859c64100e5c79a394d92f450835124858c3c451.tar.bz2
frege-gradle-plugin-859c64100e5c79a394d92f450835124858c3c451.zip
Started on version 0.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 08572e9..2ce251c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,8 +5,8 @@ apply plugin: "signing"
defaultTasks "build"
ext {
- isSnapshot = false
- baseVersion = "0.1"
+ baseVersion = "0.2"
+ isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
pluginVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")