aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-01-08 01:24:39 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-01-08 01:24:39 +0100
commit20952446671d78533e3662bfa8206e3801c70b54 (patch)
treea6ad535c90520f70dced48d4632898fc6a26ebcd /build.xml
parent9ad2bd563b001c0742d767fea9ddaaeb60400ec7 (diff)
downloadlombok-20952446671d78533e3662bfa8206e3801c70b54.tar.gz
lombok-20952446671d78533e3662bfa8206e3801c70b54.tar.bz2
lombok-20952446671d78533e3662bfa8206e3801c70b54.zip
[issue #2314] disabled the intellij ant task
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
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</echo>
</target>
<target name="intellij" depends="deps, contrib" description="Creates intellij project files and downloads all dependencies. Open this directory as a project in IntelliJ after running this target.">
+ <fail>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.</fail>
<ivy:intellijgen>
<conf name="build" sources="contrib" />
<conf name="test" sources="contrib" />