Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 52a6498

Browse files
committed
Attempt to sign publication mavenJava
Signed-off-by: Winarto Zhao <[email protected]>
1 parent 2543b91 commit 52a6498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
102102
signing {
103103
required { isReleaseVersion }
104104
// sign configurations.archives
105-
sign publishing.publications
105+
sign publishing.publications.mavenJava
106106
}
107107

108108
task sourcesJar(type: Jar, dependsOn: classes) {

0 commit comments

Comments
 (0)