diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-24 18:44:50 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-24 18:44:50 +0100 |
commit | 64fa73a583cdac59f6fa0264746ca553e3deeeb9 (patch) | |
tree | f51d6f9cbfcae8d77d4398eda97405a729ea0fc6 /build.gradle | |
parent | 9c8d3f39f5c1b6ca71e0c51ae5c2dad55ee4f869 (diff) |
build: fixed issues in build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 2634e82..7a27215 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } |