From fa3b92f00ea3c8b5cca14242ade7c3c13878e41c Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Sat, 2 Feb 2019 11:35:46 +0200 Subject: [PATCH] Removed extra annotationProcessor configurations --- Plan/build.gradle | 13 ------------- 1 file changed, 13 deletions(-) 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 {