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 {
5
5
id " org.sonarqube" version " 4.4.1.3373"
6
6
id ' com.github.johnrengelman.shadow' version ' 8.1.1'
7
7
id ' maven-publish'
8
- id ' signing'
9
8
}
10
9
11
10
configurations {
@@ -280,15 +279,6 @@ publishing {
280
279
}
281
280
}
282
281
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
-
292
282
// Multiple shadow plugin users have requested the ability to not have the shadow jar published by default. This
293
283
// does the trick for that. See https://docs.gradle.org/current/userguide/publishing_customization.html .
294
284
// 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
5
5
mavenCentralUsername =
6
6
mavenCentralPassword =
7
7
mavenCentralUrl =https://oss.sonatype.org/service/local/staging/deploy/maven2/
8
- # signing.keyId=YourKeyId
9
- # signing.password=YourPublicKeyPassword
10
- # signing.secretKeyRingFile=PathToYourKeyRingFile
11
8
12
9
# For publishing to internal Nexus repository
13
10
publishUrl =file:../releases
You can’t perform that action at this time.
0 commit comments