We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de05c72 commit 4a14d32Copy full SHA for 4a14d32
1 file changed
build.gradle
@@ -39,7 +39,7 @@ processResources {
39
inputs.property "version", project.version
40
41
filesMatching("fabric.mod.json") {
42
- expand "version": project.version
+ expand "version": inputs.properties.version
43
}
44
45
0 commit comments