Skip to content

Commit a843225

Browse files
committed
build: don't skip signing...
1 parent 32c88d4 commit a843225

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,6 @@ tasks {
270270
dependsOn("shadowJar")
271271
}
272272

273-
withType<Sign>().configureEach {
274-
onlyIf {
275-
System.getenv("GPG_KEYS") != null
276-
}
277-
}
278-
279273
withType<Wrapper> {
280274
gradleVersion = "8.14.1"
281275
}

0 commit comments

Comments
 (0)