aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMark Perry <maperry78@yahoo.com.au>2015-09-03 21:02:27 +1000
committerMark Perry <maperry78@yahoo.com.au>2015-09-03 21:02:27 +1000
commit52ade40191db0f47260d2875a073f68e2277474f (patch)
treef7fbff3f944b372f4ab95d648080391445e76086 /build.gradle
parentc8876b2e04135bf486c17a9b7cfb78a207c3938d (diff)
downloadfrege-gradle-plugin-52ade40191db0f47260d2875a073f68e2277474f.tar.gz
frege-gradle-plugin-52ade40191db0f47260d2875a073f68e2277474f.tar.bz2
frege-gradle-plugin-52ade40191db0f47260d2875a073f68e2277474f.zip
Use release 0.1
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index fcbcf78..6e3ba93 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,10 +1,12 @@
buildscript {
repositories {
+ mavenLocal()
mavenCentral()
}
dependencies {
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
+ classpath "com.github.mperry:frege-gradle-release-plugin:0.1"
}
}
@@ -12,6 +14,7 @@ apply plugin: "groovy"
apply plugin: "maven"
apply plugin: "signing"
apply plugin: 'io.codearte.nexus-staging'
+apply plugin: 'frege-release'
defaultTasks "build"