Skip to content

Commit cf4cab8

Browse files
committed
Sign SNAPSHOTS as well
1 parent cccc976 commit cf4cab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ tasks {
121121
)
122122
}
123123

124-
withType<Sign> {
125-
onlyIf { project.extra["isReleaseVersion"] as Boolean }
126-
}
124+
// withType<Sign> {
125+
// onlyIf { project.extra["isReleaseVersion"] as Boolean }
126+
// }
127127

128128
withType<Wrapper> {
129129
gradleVersion = "7.4"

0 commit comments

Comments
 (0)