diff --git a/Plan/build.gradle b/Plan/build.gradle index b2ea6e0d3..5f3c69bf8 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -14,19 +14,6 @@ allprojects { group "com.djrapitops" version "4.6.2-SNAPSHOT" - configurations { - annotationProcessor - testAnnotationProcessor - } - - compileJava { - options.annotationProcessorPath = configurations.annotationProcessor - } - - compileTestJava { - options.annotationProcessorPath = configurations.testAnnotationProcessor - } - test { // useJUnitPlatform() testLogging {