Skip to content

Commit 9e26cfe

Browse files
committed
build: Fix implicit reference to project during task execution
1 parent 69a1457 commit 9e26cfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stage0/fabric/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies {
55
}
66

77
tasks.named("processResources") {
8+
def version = version
89
inputs.property("version", version)
910
filesMatching("fabric.mod.json") {
1011
expand("version": version)

0 commit comments

Comments
 (0)