Skip to content

Commit

Permalink
Set escapeBackslash for fabric.mod.json variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Jan 23, 2025
1 parent 51f2f73 commit d37ddbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ processResources {
inputs.property "version", project.version

filesMatching("fabric.mod.json") {
expand "version": project.version
expand("version": project.version) {
escapeBackslash = true
}
}
}

Expand Down

0 comments on commit d37ddbf

Please sign in to comment.