Catch any runtime exceptions from parsing

This commit is contained in:
Nathan Adams
2017-12-11 16:04:22 +01:00
parent 0a4d2363a2
commit 4b64169b59
2 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.13'
version = '0.1.14'
group = 'com.mojang'
task wrapper(type: Wrapper) {