Don't stop when a forked command failed

This commit is contained in:
Nathan Adams
2017-12-12 09:56:02 +01:00
parent 4b64169b59
commit 6f04756d34
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.14'
version = '0.1.15'
group = 'com.mojang'
task wrapper(type: Wrapper) {