Skip to content

Commit

Permalink
Fix 1.16 build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 committed Jun 11, 2023
1 parent 383a093 commit a51e658
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mc1.16/fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ processResources {
}

from project("${parent.path}:common").sourceSets.main.resources

duplicatesStrategy 'exclude'
}

shadowJar {
Expand Down
2 changes: 2 additions & 0 deletions mc1.16/forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ processResources {
}

from project("${parent.path}:common").sourceSets.main.resources

duplicatesStrategy 'exclude'
}

shadowJar {
Expand Down

0 comments on commit a51e658

Please sign in to comment.