1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-08 21:30:55 +02:00

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

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