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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
} }
} }