Update asm

This commit is contained in:
Jesse Boyd 2018-01-25 17:46:41 +11:00
parent d22c0349f7
commit c5778137f6
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

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