Skip to content

Commit 4a14d32

Browse files
committed
Fix deprecation
1 parent de05c72 commit 4a14d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ processResources {
3939
inputs.property "version", project.version
4040

4141
filesMatching("fabric.mod.json") {
42-
expand "version": project.version
42+
expand "version": inputs.properties.version
4343
}
4444
}
4545

0 commit comments

Comments
 (0)