Skip to content

Commit a1ecfe9

Browse files
committed
sign release files instead of archive subset
This fixes an issue where sonatype rejects the release due to missing .asc signing files.
1 parent 836db2d commit a1ecfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ afterEvaluate {
109109

110110
signing {
111111
required { true }
112-
sign configurations.archives
112+
sign publishing.publications.release
113113
}
114114
}

0 commit comments

Comments
 (0)