build: fixed issues in build.gradle

This commit is contained in:
zaaarf 2023-02-24 18:44:50 +01:00
parent 9c8d3f39f5
commit 64fa73a583
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -1,7 +1,7 @@
import org.gradle.internal.jvm.Jvm
plugins {
id 'java-processor-plugin'
id 'java-gradle-plugin'
}
group 'ftbsc.lll.processor'
@ -15,7 +15,7 @@ repositories {
dependencies {
implementation files(Jvm.current().toolsJar)
implementation 'com.squareup:javapoet:1.13.0'
implementation 'ftbsc:lll:0.1.2'
implementation 'ftbsc:lll:0.2.0'
implementation 'org.ow2.asm:asm-commons:9.4'
}