From da5fe591546a9d56c983076562516a5970e49f68 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 27 Aug 2018 22:06:37 +0200 Subject: Make ant install-maven work on windows as well --- build.xml | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/build.xml b/build.xml index 440f9fdd..892bc79c 100644 --- a/build.xml +++ b/build.xml @@ -33,7 +33,11 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + + + @@ -368,31 +372,33 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating - + + + + + - + - 4.0.0 - org.projectlombok - lombok - ]]>${lombok.version}-SNAPSHOT + 4.0.0 + org.projectlombok + lombok + ]]>${lombok.version}-SNAPSHOT ]]> - - - - - - - - - - - + + + + + + + + + - + -- cgit