diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-29 13:46:18 +0200 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-29 13:46:18 +0200 |
commit | 9900e370a7dc54876c2ec744e0bde8c0b2940f46 (patch) | |
tree | 61d879338948ed3583f3c63ffe59dba8f610b1a3 | |
parent | 642373b4ac5f03f73b263246552160da59a9eb0c (diff) |
chore: explicitly reference ASM in build.gradle
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index a4add4c..86c3a2a 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } |