Skip to content

Commit

Permalink
Add jar_signer to the list (#286)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Aug 21, 2023
1 parent 7c40edc commit 8fe7f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jacocoTestReport {
}
}

String version = '5.6.0'
String version = '5.6.1'

task updateVersion {
doLast {
Expand Down
2 changes: 1 addition & 1 deletion vars/publishToArtifactsProdBucket.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
void call(Map args = [:]) {
lib = library(identifier: 'jenkins@main', retriever: legacySCM(scm))
println('Signing the artifacts')
if (args.signingPlatform == 'windows' || args.signingPlatform == 'mac') {
if (args.signingPlatform == 'windows' || args.signingPlatform == 'mac' || args.signingPlatform == 'jar_signer') {
signArtifacts(
artifactPath: args.source,
platform: args.signingPlatform,
Expand Down

0 comments on commit 8fe7f4d

Please sign in to comment.