Fixed commands with a trailing whitespace

This commit is contained in:
Nathan Adams
2017-11-08 09:20:48 +01:00
parent 2c39925cda
commit 6e61fef225
3 changed files with 14 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.1'
version = '0.1.2'
group = 'com.mojang'
task wrapper(type: Wrapper) {