Skip to content

Commit

Permalink
ci: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Oct 5, 2024
1 parent 586a372 commit d79e8d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ tasks.named('jarJar', JarJar).configure {
archiveClassifier = ''
}

tasks.modrinth.dependsOn('optimizeOutputsOfJarJar')

compileJava {
options.incremental = false
}
Expand Down

0 comments on commit d79e8d2

Please sign in to comment.