From f243885ac94825460c2ae015ca0275633cb810e0 Mon Sep 17 00:00:00 2001 From: zaaarf Date: Thu, 2 Mar 2023 16:54:21 +0100 Subject: chore: now annotationprocessor itself tells you what it needs in the classpath --- build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 170d5d8..2c29715 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ plugins { id 'java' id 'eclipse' - alias libs.plugins.forgeGradle; - alias libs.plugins.gitVersion; + alias libs.plugins.forgeGradle + alias libs.plugins.gitVersion alias libs.plugins.checkerFramework } @@ -61,8 +61,6 @@ dependencies { implementation libs.lillero implementation libs.lilleroProcessor implementation libs.autoServiceAnnotations - annotationProcessor libs.javaPoet - annotationProcessor libs.lillero annotationProcessor libs.lilleroProcessor annotationProcessor libs.autoService } -- cgit v1.2.3-56-ga3b1