From f6ba4700996a80bb8c819ca2096041de7e8d647a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 23 Jan 2022 10:07:52 +0100 Subject: [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. --- buildScripts/create-intellij-project.ant.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildScripts') 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 - + -- cgit