Removed non-usable code

This commit is contained in:
nathan 2018-09-25 20:10:57 +02:00
parent 527ffe3d40
commit 088853ac69

View File

@ -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)
}
}