Update build.gradle.kts

Co-authored-by: Michael Rittmeister <mail@schlaubi.me>
pull/103/head
StckOverflw 3 years ago committed by GitHub
parent c70801757b
commit 48b8c71ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save