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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user