Skip to content

Commit

Permalink
Correctly exclude .cache file for datagen from final jar
Browse files Browse the repository at this point in the history
Matches create forge behavior now
  • Loading branch information
IThundxr committed Apr 17, 2024
1 parent 51e2689 commit d6fb2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sourceSets {
main {
resources {
srcDir("src/generated/resources")
exclude("src/generated/resources/.cache")
exclude(".cache")
}
}
}
Expand Down

0 comments on commit d6fb2cd

Please sign in to comment.