Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Use filesMatching
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 28, 2021
1 parent 40250a6 commit ba3d49a
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 @@ -86,7 +86,7 @@ minecraft {
processResources {
inputs.property 'version', project.version

filesMatching('mods.toml') {
filesMatching('META-INF/mods.toml') {
expand 'version': project.version
}
}
Expand Down

0 comments on commit ba3d49a

Please sign in to comment.