Skip to content

Commit

Permalink
Fix version substitution in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jul 18, 2022
1 parent 4108bdc commit 1e7076a
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 @@ -122,7 +122,7 @@ task remapTestmodJar(type: RemapJarTask, dependsOn: project.testmodJar) {

processLaunchResources {
inputs.property "version", project.version
filesMatching('fabric.mod.json') {
filesMatching('quilt.mod.json') {
expand "version": project.version
}
}
Expand Down

0 comments on commit 1e7076a

Please sign in to comment.