Optimized execute method, version 0.1.16

This commit is contained in:
Nathan Adams
2018-01-16 14:22:47 +01:00
parent f329f927e7
commit a40cb8869f
2 changed files with 48 additions and 34 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.15'
version = '0.1.16'
group = 'com.mojang'
task wrapper(type: Wrapper) {