Allow overriding of suggestion providers per argument

This commit is contained in:
Nathan Adams
2017-11-08 15:17:59 +01:00
parent 4f7c6d4e32
commit be0090873b
16 changed files with 77 additions and 50 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.4'
version = '0.1.5'
group = 'com.mojang'
task wrapper(type: Wrapper) {