From 20952446671d78533e3662bfa8206e3801c70b54 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 8 Jan 2020 01:24:39 +0100 Subject: [issue #2314] disabled the intellij ant task --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index af28e7b8..4f921e7d 100644 --- a/build.xml +++ b/build.xml @@ -392,6 +392,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating + The core lombok contributors all use eclipse to develop lombok. We have some old work on letting you work on lombok via intellij (see the commented out, below), but this is currently broken. If you want to adopt 'work on lombok via intellij' as a task, we're open to it; this should take the form of both a PR to fix this as well as a commitment to continue to maintain it (fix any bugs and field any questions); if you are no longer capable of maintaining it, no problem – but let us know so we can restore this message. -- cgit