diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-27 02:27:15 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-27 02:27:15 +0100 |
commit | de9f23e856c39fdf8871130078ad56504f0cefef (patch) | |
tree | 81d309ba32bcac452fce8794163eb4fc57b76f18 /build.gradle | |
parent | 385797718d69f6f485fa79bb25a4990ab39a3ca8 (diff) |
chore: converted patches to new system
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8f73289..1dd45bb 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ repositories { } apply plugin: 'net.minecraftforge.gradle' +apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'maven-publish' apply plugin: "com.palantir.git-version" @@ -89,7 +90,11 @@ sourceSets.main.resources { srcDir 'src/generated/resources' } dependencies { minecraft "net.minecraftforge:forge:${minecraftVersion}-${forgeVersion}" - implementation 'ftbsc:lll:0.1.2' + implementation 'ftbsc:lll:0.2.1' + implementation 'ftbsc.lll:processor:0.1.0' + annotationProcessor 'com.squareup:javapoet:1.13.0' + annotationProcessor 'ftbsc:lll:0.2.1' + annotationProcessor 'ftbsc.lll:processor:0.1.0' } jar { |