diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-01-23 10:07:52 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2022-01-23 10:07:52 +0100 |
commit | f6ba4700996a80bb8c819ca2096041de7e8d647a (patch) | |
tree | c3e018d8191d3342596842ac68c339547d92855e | |
parent | e5247a5d3c7571ce7c3688db0fc08fb3aa4daeda (diff) | |
download | lombok-f6ba4700996a80bb8c819ca2096041de7e8d647a.tar.gz lombok-f6ba4700996a80bb8c819ca2096041de7e8d647a.tar.bz2 lombok-f6ba4700996a80bb8c819ca2096041de7e8d647a.zip |
[fixes #2860] [build] creating intellij project structure was broken.
I've no idea if this produces a working intellij project, but at least it doesn't fail during the build.
-rw-r--r-- | buildScripts/create-intellij-project.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/create-intellij-project.ant.xml b/buildScripts/create-intellij-project.ant.xml index 33c1e449..f0bba6e4 100644 --- a/buildScripts/create-intellij-project.ant.xml +++ b/buildScripts/create-intellij-project.ant.xml @@ -37,7 +37,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede <conf name="build" sources="sources" /> <conf name="javac6" sources="sources" /> <conf name="test" sources="sources" /> - <conf name="buildTools" sources="sources" /> + <conf name="buildtools" sources="sources" /> <module name="lombok" depends="build, test"> <srcdir dir="src/spiProcessor" /> <srcdir dir="src/core" /> |