Switch to double quotes to match style

D'oh!
pull/69/head
Ned Loynd 4 years ago
parent 5206a8b385
commit 8088fdf834

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

Loading…
Cancel
Save