diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-09-18 03:43:42 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-09-18 03:43:42 +0200 |
commit | f6a6f9deb56ec0165bb383ff2608909fa60ddec5 (patch) | |
tree | 1135ce0bddee02142dc25028f2235af9aa7719f2 /buildScripts/create-eclipse-project.ant.xml | |
parent | 25f91eb7b21ec0330db66ad962898d10b8da262d (diff) | |
download | lombok-f6a6f9deb56ec0165bb383ff2608909fa60ddec5.tar.gz lombok-f6a6f9deb56ec0165bb383ff2608909fa60ddec5.tar.bz2 lombok-f6a6f9deb56ec0165bb383ff2608909fa60ddec5.zip |
[trivial] [typo]
Diffstat (limited to 'buildScripts/create-eclipse-project.ant.xml')
-rw-r--r-- | buildScripts/create-eclipse-project.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/create-eclipse-project.ant.xml b/buildScripts/create-eclipse-project.ant.xml index da91964f..383ebd8b 100644 --- a/buildScripts/create-eclipse-project.ant.xml +++ b/buildScripts/create-eclipse-project.ant.xml @@ -96,7 +96,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede <path refid="cp.buildtools" /> <pathelement location="build/support" /> </classpath> - <arg value="name=Lombok-test Javac14" /> + <arg value="name=Lombok-test Javac 14" /> <arg value="testType=lombok.TestJavac" /> <arg value="jvmTarget=14" /> <arg value="conf.test=${cp.test}" /> |