Move asm dep to buildscript section.

This commit is contained in:
wizjany 2017-10-19 20:06:01 -04:00
parent 21d89311c9
commit 437ad00658
2 changed files with 1 additions and 5 deletions

View File

@ -22,6 +22,7 @@ buildscript {
configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:20.0'
force 'org.ow2.asm:asm:6.0_BETA'
}
}

View File

@ -13,11 +13,6 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
configurations.all {
resolutionStrategy {
force 'org.ow2.asm:asm:6.0_BETA'
}
}
dependencies {
compile project(':worldedit-core')