Update reprod mixin dep

This commit is contained in:
Jonas Herzig
2017-10-27 17:30:39 +02:00
parent f4f42f7257
commit 4ad7d61280
7 changed files with 23 additions and 19 deletions

View File

@@ -46,6 +46,9 @@ allprojects {
artifactId project.file('.').name
version '0'
}
whenConfigured {
dependencies.removeAll { it.artifactId == 'mixin-asm-debug-all' }
}
}.writeTo("pom.xml")
}
}