From 52ade40191db0f47260d2875a073f68e2277474f Mon Sep 17 00:00:00 2001 From: Mark Perry Date: Thu, 3 Sep 2015 21:02:27 +1000 Subject: Use release 0.1 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit