File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ plugins {
55 id " org.sonarqube" version " 4.4.1.3373"
66 id ' com.github.johnrengelman.shadow' version ' 8.1.1'
77 id ' maven-publish'
8- id ' signing'
98}
109
1110configurations {
@@ -280,15 +279,6 @@ publishing {
280279 }
281280}
282281
283- // Per https://docs.gradle.org/current/userguide/signing_plugin.html#sec:conditional_signing .
284- // ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
285- // Temporarily disabling signing.
286- ext. isReleaseVersion = false
287- signing {
288- required { isReleaseVersion }
289- sign publishing. publications. mainJava
290- }
291-
292282// Multiple shadow plugin users have requested the ability to not have the shadow jar published by default. This
293283// does the trick for that. See https://docs.gradle.org/current/userguide/publishing_customization.html .
294284// Also see https://github.com/johnrengelman/shadow/issues/586#issuecomment-70837559 for the shadow jar issue.
Original file line number Diff line number Diff line change @@ -5,9 +5,6 @@ version=1.0.0
55mavenCentralUsername =
66mavenCentralPassword =
77mavenCentralUrl =https://oss.sonatype.org/service/local/staging/deploy/maven2/
8- # signing.keyId=YourKeyId
9- # signing.password=YourPublicKeyPassword
10- # signing.secretKeyRingFile=PathToYourKeyRingFile
118
129# For publishing to internal Nexus repository
1310publishUrl =file:../releases
You can’t perform that action at this time.
0 commit comments