Simply processResources logic & make it compatible with future versions of Gradle #69
@ -26,7 +26,7 @@ dependencies {
|
||||
processResources {
|
||||
inputs.property "version", project.version
|
||||
|
||||
filesMatching('fabric.mod.json') {
|
||||
filesMatching("fabric.mod.json") {
|
||||
expand "version": project.version
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user