Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStickyPiston authored Dec 24, 2024
1 parent 7564852 commit 1e079a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ processResources {
"version", version,
"forge_version", forge_version.split("\\.")[0], // only specify major version of forge
"minecraft_version", minecraft_version,
"create_until_version": create_until_version,
"create_until_version", create_until_version,
"create_version", create_forge_version.split("-")[0] // cut off build number
)
properties.forEach((k, v) -> inputs.property(k, v))
Expand Down

0 comments on commit 1e079a7

Please sign in to comment.