Skip to content

Commit a2201da

Browse files
committedApr 19, 2022
build: remove obsolete task dependencies
1 parent f76c4e5 commit a2201da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎build.gradle.kts

-8
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,6 @@ tasks {
248248
dependsOn("shadowJar")
249249
}
250250

251-
"publish" {
252-
dependsOn("initializeSonatypeStagingRepository")
253-
}
254-
255-
"publishToSonatype" {
256-
dependsOn("publish")
257-
}
258-
259251
withType<Sign>().configureEach {
260252
onlyIf {
261253
System.getenv("GPG_KEYS") != null

0 commit comments

Comments
 (0)
Please sign in to comment.