Skip to content

Commit

Permalink
build: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Oct 1, 2024
1 parent 6ef4331 commit 70f0486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@ sourceJar {
dependsOn 'optimizeOutputsOfJar'
}

project.afterEvaluate {
optimizeOutputsOfJar {
dependsOn 'reobfJar'
}
}

tasks.named('jar', Jar).configure {
manifest {
attributes([
Expand Down

0 comments on commit 70f0486

Please sign in to comment.