Executing forked commands should return the number of successes, and not fail on any errors

This commit is contained in:
Nathan Adams
2017-11-09 12:11:08 +01:00
parent e97dd6bb79
commit b716f9a873
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.6'
version = '0.1.7'
group = 'com.mojang'
task wrapper(type: Wrapper) {