Move asm dep to buildscript section.

Dieser Commit ist enthalten in:
wizjany 2017-10-19 20:06:01 -04:00
Ursprung 21d89311c9
Commit 437ad00658
2 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

@ -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')