Distinguish forked redirect vs regular redirect

This commit is contained in:
Nathan Adams
2018-01-17 12:13:29 +01:00
parent 72817f8dd7
commit 9fbf7bfe42
15 changed files with 108 additions and 101 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.18'
version = '0.1.19'
group = 'com.mojang'
task wrapper(type: Wrapper) {