chore: explicitly reference ASM in build.gradle

This commit is contained in:
zaaarf 2023-03-29 13:46:18 +02:00
parent 642373b4ac
commit 9900e370a7
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -20,6 +20,7 @@ repositories {
dependencies {
implementation 'com.squareup:javapoet:1.13.0'
implementation 'org.ow2.asm:asm-commons:9.5'
implementation 'ftbsc:lll:0.4.0'
}