Skip to content

Commit a81f713

Browse files
committed
Fix sign order
1 parent e69d256 commit a81f713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

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

101+
tasks.named("signShadowPublication") {
102+
dependsOn(tasks.named("jar"))
103+
dependsOn(tasks.named("shadowJar"))
104+
}
105+
101106
tasks.withType<JavaCompile> {
102107
options.encoding = "UTF-8"
103108
}

0 commit comments

Comments
 (0)