From 088853ac69ddf8022104b04c62fa16fd142935b1 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Sep 2018 20:10:57 +0200 Subject: [PATCH] Removed non-usable code --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f83fb22f..324a253f 100644 --- a/build.gradle +++ b/build.gradle @@ -468,7 +468,6 @@ nexusStaging { } signing { - required {hasProperty('sonatypeUsername')} sign publishing.publications.maven } @@ -502,4 +501,4 @@ task updateWrapper(type: Wrapper) { gradleVersion = '4.10.2' distributionUrl = distributionUrl.replace("bin", "all") setDistributionType(Wrapper.DistributionType.ALL) -} \ No newline at end of file +}