summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-02-18 02:26:28 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-02-18 02:26:28 +1000
commit38d0cb914a1984b8470cf95abd480cc191cae812 (patch)
treec5d103ceb35c11ae6a15b0308a39d596fbe90ad0 /build.gradle
parent7263d857b447a50f4d684fee2e85f5755a9e2076 (diff)
downloadfrege-gradle-plugin-38d0cb914a1984b8470cf95abd480cc191cae812.tar.gz
frege-gradle-plugin-38d0cb914a1984b8470cf95abd480cc191cae812.tar.bz2
frege-gradle-plugin-38d0cb914a1984b8470cf95abd480cc191cae812.zip
Published 0.1-SNAPSHOT to sonatype as group org.frege-lang
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4066d01..f444727 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ apply plugin: "signing"
defaultTasks "build"
ext {
- baseVersion = "0.2"
+ baseVersion = "0.1"
isSnapshot = true
snapshotAppendix = "-SNAPSHOT"
pluginVersion = baseVersion + (isSnapshot ? snapshotAppendix : "")