Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Sep 18, 2024
1 parent 9eb89c3 commit c26f008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ remoteSign {

useDummyForTesting = ENV.SIGNING_SERVER == null

sign(finalJar.archiveFile.get().getAsFile(), signedJar, "proguard").configure {
sign(finalJar.archiveFile.get().getAsFile(), signedJar, "final").configure {
dependsOn finalJar
}

Expand All @@ -372,7 +372,7 @@ publishing {
mavenJava(MavenPublication) {
// add all the jars that should be included when publishing to maven
artifact(signedJar) {
builtBy(signedJar)
builtBy(tasks.signFinal)
classifier = null
}
artifact(sourcesJar)
Expand Down

0 comments on commit c26f008

Please sign in to comment.