Updated StringArgumentType.escapeIfRequired to new string rules

This commit is contained in:
Nathan Adams
2017-11-14 15:20:06 +01:00
parent 8bf57b4a9a
commit 87f65f2bd2
4 changed files with 7 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.9'
version = '0.1.10'
group = 'com.mojang'
task wrapper(type: Wrapper) {