Update build.gradle.kts

Co-authored-by: Michael Rittmeister <mail@schlaubi.me>
This commit is contained in:
StckOverflw
2021-06-03 03:11:19 +02:00
committed by GitHub
parent c70801757b
commit 48b8c71ee6

View File

@@ -59,7 +59,7 @@ tasks {
inputs.property("version", project.version) inputs.property("version", project.version)
filesMatching("fabric.mod.json") { filesMatching("fabric.mod.json") {
this.expand(Pair("version", project.version)) this.expand("version" to project.version)
} }
} }