From 2cb1ef66fbb702153199a8b3270087c15162cb80 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 28 Nov 2017 23:38:39 +0100 Subject: bugfix: Delombok command wasn’t registered, so ‘java -jar lombok.jar delombok’ did not work. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index d2d8758e..5cd179cb 100644 --- a/build.xml +++ b/build.xml @@ -245,6 +245,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + -- cgit