mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Update asm
This commit is contained in:
parent
d22c0349f7
commit
c5778137f6
@ -8,6 +8,11 @@ buildscript {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
|
||||
classpath 'org.ajoberstar:grgit:1.7.0'
|
||||
}
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force 'org.ow2.asm:asm:6.0_BETA'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
group = 'com.intellectualcrafters'
|
||||
|
Loading…
Reference in New Issue
Block a user