From 7fad34b0a6fbda12f07c62a571cbe870b550be97 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 6 Nov 2017 23:07:13 +0100 Subject: Fixing running of annotation processors (broken with introduction of compiling with ecj) --- build.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/build.xml b/build.xml index b6b1b0a1..011b9b81 100644 --- a/build.xml +++ b/build.xml @@ -235,6 +235,24 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + + + + + + + + + + + + + lombok.launch.AnnotationProcessorHider$AnnotationProcessor -- cgit