Update Preprocessor to fix parallel builds

This commit is contained in:
Jonas Herzig
2019-05-09 17:45:26 +02:00
parent 7b97d9ea85
commit 69e80fb3f4
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule jGui updated: 2af56311f2...8d2f8f23f7
+1 -1
View File
@@ -53,7 +53,7 @@ buildscript {
} else { } else {
classpath 'com.github.Team-Fruit:ForgeGradle:3be8636' classpath 'com.github.Team-Fruit:ForgeGradle:3be8636'
} }
classpath 'com.github.replaymod:preprocessor:9d3202c' classpath 'com.github.replaymod:preprocessor:6be682c'
} }
} }