diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-02 16:54:21 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-02 16:54:21 +0100 |
commit | f243885ac94825460c2ae015ca0275633cb810e0 (patch) | |
tree | 667b9345fd08ad028c7f7712b1ea28103d63006b /build.gradle | |
parent | 8127c30fc791826c3d3f95d9e3ac21ebb3a0a6bf (diff) |
chore: now annotationprocessor itself tells you what it needs in the classpath
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 2 insertions, 4 deletions
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 } |