From de9f23e856c39fdf8871130078ad56504f0cefef Mon Sep 17 00:00:00 2001 From: zaaarf Date: Mon, 27 Feb 2023 02:27:15 +0100 Subject: chore: converted patches to new system --- build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build.gradle') 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 { -- cgit v1.2.3-56-ga3b1