Alittle change to the gradle build file.

This commit is contained in:
Waterpicker 2022-03-20 05:29:23 -05:00
parent 9d50ee8b30
commit e1a5fe868c

View file

@ -167,10 +167,10 @@ static def computeVersion(String version) {
processResources {
filesMatching("fabric.mod.json") {
expand "version": project.version
expand "version": project.mod_version
}
inputs.property "version", project.version
inputs.property "version", project.mod_version
}
tasks.withType(JavaCompile).configureEach {