Remove remaining old packages

This commit is contained in:
johni0702
2016-09-03 13:10:58 +02:00
parent 4de933516e
commit dca1131d49
40 changed files with 23 additions and 3206 deletions

View File

@@ -54,6 +54,7 @@ dependencies {
compile 'org.spongepowered:mixin:0.4.3'
compile 'com.googlecode.mp4parser:isoparser:1.1.7'
compile 'org.apache.commons:commons-exec:1.3'
compile 'org.aspectj:aspectjrt:1.8.2'
@@ -70,7 +71,7 @@ jar {
dependsOn ':ReplayStudio:shadowJar'
def shade = {files(configurations.compile.findAll { c ->
['mixin', 'isoparser', 'aspectjrt', 'jGui'].any {c.name.startsWith("$it-")}
['mixin', 'isoparser', 'aspectjrt', 'jGui', 'commons-exec'].any {c.name.startsWith("$it-")}
} + getTasks().getByPath(':ReplayStudio:shadowJar').outputs.files)}
def noticeDir = file("$buildDir/NOTICE")