[CHORE] Update ASM to fix issues with newer Java versions
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group 'com.hypherionmc'
|
group 'com.hypherionmc'
|
||||||
version '1.0.1'
|
version '1.0.2'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@@ -17,8 +17,8 @@ configurations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
shadeMe 'org.ow2.asm:asm:9.2'
|
shadeMe 'org.ow2.asm:asm:9.5'
|
||||||
shadeMe 'org.ow2.asm:asm-commons:9.2'
|
shadeMe 'org.ow2.asm:asm-commons:9.5'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
|
Reference in New Issue
Block a user