Skip to content

Commit f8da685

Browse files
committed
sign snapshots
1 parent f8a5195 commit f8da685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/publishing.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ publishing {
5656
}
5757
}
5858

59-
tasks.withType(Sign) {
60-
onlyIf { project.isReleaseVersion }
61-
}
59+
//tasks.withType(Sign) {
60+
// onlyIf { project.isReleaseVersion }
61+
//}
6262

6363
signing {
6464
useInMemoryPgpKeys(signKey, signPwd)

0 commit comments

Comments
 (0)