aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/create-eclipse-project.ant.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts/create-eclipse-project.ant.xml')
-rw-r--r--buildScripts/create-eclipse-project.ant.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildScripts/create-eclipse-project.ant.xml b/buildScripts/create-eclipse-project.ant.xml
index 386ed3de..89e2f91f 100644
--- a/buildScripts/create-eclipse-project.ant.xml
+++ b/buildScripts/create-eclipse-project.ant.xml
@@ -69,6 +69,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede
<arg value="name=Lombok-test Base" />
<arg value="testType=lombok.TestBase" />
<arg value="jvmTarget=1.8" />
+ <arg value="bootpath=${jdk8-rt.loc}" />
<arg value="conf.test=${cp.test}" />
<arg value="conf.stripe=${cp.stripe}" />
<arg value="favorite" />
@@ -82,6 +83,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede
<arg value="name=Lombok-test Eclipse-202006" />
<arg value="testType=lombok.TestEclipse" />
<arg value="jvmTarget=1.8" />
+ <arg value="bootpath=${jdk8-rt.loc}" />
<arg value="conf.test=${cp.test}" />
<arg value="conf.stripe=${cp.stripe}" />
<arg value="conf.eclipse-oxygen=${cp.eclipse-202006}" />