diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-07-23 23:40:33 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-07-23 23:40:33 +0200 |
commit | 2f397d7c95424469b8d1049442765031baf7f878 (patch) | |
tree | 644b98d5ba096b625ca7611d5758a640ac862c8c /buildScripts | |
parent | c00317220523c42ae0cc459fa3526c641e37f2af (diff) | |
download | lombok-2f397d7c95424469b8d1049442765031baf7f878.tar.gz lombok-2f397d7c95424469b8d1049442765031baf7f878.tar.bz2 lombok-2f397d7c95424469b8d1049442765031baf7f878.zip |
[tests] only add agent VM args for ECJ/Eclipse tests
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/create-eclipse-project.ant.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildScripts/create-eclipse-project.ant.xml b/buildScripts/create-eclipse-project.ant.xml index 67eff3bc..513ffe8f 100644 --- a/buildScripts/create-eclipse-project.ant.xml +++ b/buildScripts/create-eclipse-project.ant.xml @@ -82,6 +82,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede </classpath> <arg value="name=Lombok-test Eclipse-202006" /> <arg value="testType=lombok.TestEclipse" /> + <arg value="shadowLoaderBased" /> <arg value="jvmTarget=1.8" /> <arg value="bootpath=${jdk8-rt.loc}" /> <arg value="conf.test=${cp.test}" /> @@ -163,6 +164,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede </classpath> <arg value="name=Lombok-test Eclipse-${inputs.eclipsetarget}" /> <arg value="testType=lombok.TestEclipse" /> + <arg value="shadowLoaderBased" /> <arg value="jvmTarget=${inputs.jvmtarget}" /> <arg value="bootpath=${inputs.bootpath}" /> <arg value="conf.test=${cp.test}" /> @@ -198,6 +200,7 @@ This buildfile is part of projectlombok.org. It creates the infrastructure neede </classpath> <arg value="name=Lombok-test ECJ${inputs.ecjtarget}" /> <arg value="testType=lombok.TestEclipse" /> + <arg value="shadowLoaderBased" /> <arg value="jvmTarget=${inputs.jvmtarget}" /> <arg value="bootpath=${inputs.bootpath}" /> <arg value="conf.test=${cp.test}" /> |