From 0d7540db0cc0c9a2758799522925f09eddeb7420 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Fri, 14 Feb 2020 00:06:52 +0100 Subject: (#2125) Extract mapstruct binding to separate module. --- build.xml | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 891948c6..08adc3e2 100644 --- a/build.xml +++ b/build.xml @@ -185,7 +185,6 @@ Your current version is: anymore until you 'ant clean'. That's very much not desired, so we kill the processor, which stops lombok from running. We re-create the file at the end of this target. --> - @@ -262,13 +261,6 @@ Your current version is: - - - - - - - @@ -312,7 +304,6 @@ Your current version is: lombok.launch.AnnotationProcessorHider$AnnotationProcessor lombok.launch.AnnotationProcessorHider$ClaimingProcessor - lombok.launch.AnnotationProcessorHider$AstModificationNotifier lombok.launch.AnnotationProcessorHider$AnnotationProcessor,isolating lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating @@ -1072,4 +1063,28 @@ You can also create your own by writing a 'testenvironment.properties' file. The + + + + + + + + + + + + + + + + + + lombok.mapstruct.NotifierHider$AstModificationNotifier + + + + + + -- cgit