Skip to content

Commit

Permalink
Fix missing version replacement in gradle resulting in broken versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Jan 26, 2025
1 parent 4616bd1 commit 47a6399
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ processResources {
}
}

processResources {
inputs.property "version", project.version

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

repositories {
maven {
url = "https://maven.parchmentmc.org"
Expand Down

0 comments on commit 47a6399

Please sign in to comment.