mirror of
https://github.com/zaaarf/lillero-processor.git
synced 2024-11-13 02:19:22 +01:00
build: fixed issues in build.gradle
This commit is contained in:
parent
9c8d3f39f5
commit
64fa73a583
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue