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 3c9141f commit 0943951
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 0943951

Please sign in to comment.