Simply processResources logic & make it compatible with future versions of Gradle #69

Merged
NeRdTheNed merged 3 commits from master into master 2020-10-14 10:23:07 +00:00
Showing only changes of commit 8088fdf834 - Show all commits

View File

@ -26,7 +26,7 @@ dependencies {
processResources { processResources {
inputs.property "version", project.version inputs.property "version", project.version
filesMatching('fabric.mod.json') { filesMatching("fabric.mod.json") {
expand "version": project.version expand "version": project.version
} }
} }