diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle index de178030..891111ce 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { allprojects { apply plugin: "com.github.ben-manes.versions" repositories { mavenCentral() } - version = '4.2.0' + version = '4.2.0-RC3' } configurations { @@ -135,12 +135,12 @@ subprojects { } } - //uploadArchives { - // repositories.mavenDeployer { - // repository(url: project.releaseRepoUrl) - // snapshotRepository(url: project.snapshotRepoUrl) - // } - //} +// uploadArchives { +// repositories.mavenDeployer { +// repository(url: project.releaseRepoUrl) +// snapshotRepository(url: project.snapshotRepoUrl) +// } +// } task(internalRelease) { doLast { |