Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Remove duplicate sign
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Jul 15, 2024
1 parent f19712b commit 35fac15
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions galasa-extensions-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'biz.aQute.bnd.builder' version '5.3.0' apply false
id 'dev.galasa.githash' version '0.15.0' apply false
id 'maven-publish'
id 'signing'
// id 'signing'
}

version = '0.15.0'
Expand All @@ -14,13 +14,13 @@ version = '0.15.0'
// }
// }

signing {
def signingKeyId = findProperty("signingKeyId")
def signingKey = findProperty("signingKey")
def signingPassword = findProperty("signingPassword")
useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
sign publishing.publications
}
// signing {
// def signingKeyId = findProperty("signingKeyId")
// def signingKey = findProperty("signingKey")
// def signingPassword = findProperty("signingPassword")
// useInMemoryPgpKeys(signingKeyId, signingKey, signingPassword)
// sign publishing.publications
// }

//---------------------------------------------------------------
// We need to gather the release and packaging metadata from each
Expand Down

0 comments on commit 35fac15

Please sign in to comment.