Skip to content

Commit a1c1493

Browse files
committed
Fix sign order
1 parent e69d256 commit a1c1493

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ signing {
9898
sign(publishing.publications["shadow"])
9999
}
100100

101+
tasks.withType<Sign>().configureEach {
102+
dependsOn(tasks.named("shadowJar"))
103+
}
104+
101105
tasks.withType<JavaCompile> {
102106
options.encoding = "UTF-8"
103107
}

0 commit comments

Comments
 (0)