Fix fabric/build.gradle placeholder replacement (#3153)

This commit is contained in:
Emily 2021-09-04 18:15:13 -03:00 committed by GitHub
parent 9cd33d26f2
commit 5735e0ef44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ dependencies {
processResources {
inputs.property 'version', project.ext.fullVersion
filesMatching('fabric-mod.json') {
filesMatching('**/fabric.mod.json') {
expand 'version': project.ext.fullVersion
}
}