commit | 01794396ac49704e552ba07e6817752e02e90b9d | [log] [tgz] |
---|---|---|
author | Cedric Beust <cedric@beust.com> | Sat Jul 11 16:20:39 2015 -0700 |
committer | Cedric Beust <cedric@beust.com> | Sat Jul 11 16:20:39 2015 -0700 |
tree | 2b69a50dfd2642bbae4e28d7cfd41d15efa607af | |
parent | 84697c02645295aa3e9f4ac2a7c75db9071264b4 [diff] [blame] |
Break the publish build in multiple files.
diff --git a/build.gradle b/build.gradle index 8c32f0f..3788392 100644 --- a/build.gradle +++ b/build.gradle
@@ -32,7 +32,6 @@ version = '6.9.5-SNAPSHOT' apply plugin: 'java' -apply from: 'gradle/publishing.gradle' repositories { mavenCentral() @@ -137,3 +136,5 @@ } } } + +apply from: 'gradle/publishing.gradle'