Skip to content

Commit

Permalink
[Backport 5.x] Add jar_signer to the list (#288)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 6538c82 commit ac904fe
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: '[email protected]', 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 ac904fe

Please sign in to comment.