diff options
-rw-r--r-- | build.gradle | 3 |
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" |