mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Move asm dep to buildscript section.
This commit is contained in:
parent
21d89311c9
commit
437ad00658
@ -22,6 +22,7 @@ buildscript {
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force 'com.google.guava:guava:20.0'
|
||||
force 'org.ow2.asm:asm:6.0_BETA'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user