Forked commands should execute FIFO

This commit is contained in:
Nathan Adams
2017-11-10 10:45:49 +01:00
parent 1369eaf2c3
commit fdff548a64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.7'
version = '0.1.8'
group = 'com.mojang'
task wrapper(type: Wrapper) {