Switch to double quotes to match style
D'oh!
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies {
|
||||
processResources {
|
||||
inputs.property "version", project.version
|
||||
|
||||
filesMatching('fabric.mod.json') {
|
||||
filesMatching("fabric.mod.json") {
|
||||
expand "version": project.version
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user