Skip to content

Commit

Permalink
Merge pull request #1511 from OneSignal/fix/release_signing
Browse files Browse the repository at this point in the history
Sign release files instead of archive subset
  • Loading branch information
jkasten2 authored Jan 12, 2022
2 parents 836db2d + a1ecfe9 commit af2e664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneSignalSDK/onesignal/maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ afterEvaluate {

signing {
required { true }
sign configurations.archives
sign publishing.publications.release
}
}

0 comments on commit af2e664

Please sign in to comment.