MC 1.12.2 refactoring and cleanup
This commit is contained in:
@@ -566,6 +566,7 @@ if (isNotCommonProject) {
|
||||
outputs.file(output)
|
||||
doLast {
|
||||
output.withWriter("UTF-8") { writer ->
|
||||
writer.writeLine("#PARSE_ESCAPES")
|
||||
new JsonSlurper()
|
||||
.parse(input)
|
||||
.each { key, value ->
|
||||
|
||||
Reference in New Issue
Block a user