From 7e81ac623831c3147e8fba4ca4ebfa021f4f5bd5 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 16 Apr 2018 22:29:13 +0200 Subject: [build] Trying to build lombok on JDK1.8 or less is not gonna work. Now we generate an error during build to make that more clear. Addresses issue 1659. --- build.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 62197da7..384128ea 100644 --- a/build.xml +++ b/build.xml @@ -161,7 +161,22 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + + + + + + + + + + + To compile lombok, you need JDK9 or higher; lombok requires this version because it's rather difficult to produce lombok builds that are compatible on JDK9 without at least building with JDK9. Sorry about that. + + +