aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-18 21:33:59 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-18 21:33:59 +0100
commit24c1a1ed54d06935b02893148be9b30090f2522c (patch)
treedc4db15f8c3e040b7d488f083c9c5bcc15536163 /buildScripts
parentc04941f11c6be7f1bb0ccb58f77f85ea6c1d2ec8 (diff)
downloadlombok-24c1a1ed54d06935b02893148be9b30090f2522c.tar.gz
lombok-24c1a1ed54d06935b02893148be9b30090f2522c.tar.bz2
lombok-24c1a1ed54d06935b02893148be9b30090f2522c.zip
[typo] oh dear, I broke the build again.
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/create-intellij-project.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/create-intellij-project.ant.xml b/buildScripts/create-intellij-project.ant.xml
index 1831eb8c..54594206 100644
--- a/buildScripts/create-intellij-project.ant.xml
+++ b/buildScripts/create-intellij-project.ant.xml
@@ -31,7 +31,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede
<echo>NOT SURE: The annotation processor system that automatically generates the services files has been changed. This AP is now internal to the project,
the source files for it are in `src/spiProcessor`, and a build of this is now in `build/spiProcessor.jar` - you may have to manually add it, though I'm not
sure if you actually need it - the files generated by this processor are relevant only when running lombok itself, and if intellij accomplishes this by
- invoking ant, all will be well.
+ invoking ant, all will be well.</echo>
<input>Press return to continue</input>
<ivy:intellijgen>
<conf name="build" sources="sources" />