Skip to content

Commit c47a646

Browse files
committed
Removed Gradle signing plugin
Our Jenkins instance has been confirmed to handle signing.
1 parent a5ce658 commit c47a646

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

flux-cli/build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

1110
configurations {
@@ -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.

gradle.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ version=1.0.0
55
mavenCentralUsername=
66
mavenCentralPassword=
77
mavenCentralUrl=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
1310
publishUrl=file:../releases

0 commit comments

Comments
 (0)