diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-01-08 01:24:39 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-01-08 01:24:39 +0100 |
commit | 20952446671d78533e3662bfa8206e3801c70b54 (patch) | |
tree | a6ad535c90520f70dced48d4632898fc6a26ebcd /build.xml | |
parent | 9ad2bd563b001c0742d767fea9ddaaeb60400ec7 (diff) | |
download | lombok-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" /> |