From ae881e5de6294ebc5fabc6f39f3ff7686d2bacb7 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Wed, 22 Aug 2018 14:10:40 +0430 Subject: add ant task to install lombok jar into local maven repository --- build.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index c50bf644..b6c9657c 100644 --- a/build.xml +++ b/build.xml @@ -32,7 +32,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + @@ -367,6 +368,31 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating + + + + + + + 4.0.0 + org.projectlombok + lombok + ]]>${lombok.version} +]]> + + + + + + + + + + + + + + -- cgit