Skip to content

Commit

Permalink
Fix circular dependency on jar / remapJar task ( Fabric module )
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBunnyDc committed Sep 27, 2024
1 parent d7e18e2 commit d974d20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ tasks.named('jar', Jar).configure {
from project(":XPlat").sourceSets.main.output

duplicatesStrategy = DuplicatesStrategy.EXCLUDE
dependsOn remapJar
}

publishMods {
Expand Down

0 comments on commit d974d20

Please sign in to comment.