Rebase reprod changes on 1.8

This commit is contained in:
Jonas Herzig
2017-09-02 17:53:09 +02:00
parent a976d8c58f
commit c21408a9d0
14 changed files with 331 additions and 577 deletions

View File

@@ -11,13 +11,11 @@ diff --git a/build.gradle b/build.gradle
index 42d0607..bfa3914 100755
--- a/build.gradle
+++ b/build.gradle
@@ -41,9 +41,7 @@ configurations {
@@ -44,7 +44,7 @@ configurations {
dependencies {
compile 'org.projectlombok:lombok:1.16.4'
- compile('org.spongepowered:mixin:0.6.11-SNAPSHOT') {
- exclude group: 'org.apache.logging.log4j'
- }
- compile 'org.spongepowered:mixin:0.6.8-SNAPSHOT'
+ shade files('gradle/reprod/deps/mixin.jar')
shade 'com.googlecode.mp4parser:isoparser:1.1.7'
shade 'org.apache.commons:commons-exec:1.3'