From 27f3917d892fcb507e3f5c5b7ecfbeb147c43c90 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 01:24:21 +0100 Subject: [testing] now that we've patched lombok to work in j16, no need for the --add-opens lines anymore. --- buildScripts/tests.ant.xml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'buildScripts/tests.ant.xml') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 079ec85a..961531af 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -55,26 +55,8 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn run ecj11 with a test file to confirm agent injection works: OK - - --add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED - --add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED - --limit-modules java.base,jdk.unsupported - - - - - - - - Running TestJavac on JVM${ant.java.version}, with lowest supported javac: 1.6. @@ -118,7 +100,6 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running TestJavac with JVM ${jvm.loc.@{version}}. - @@ -141,7 +122,6 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running TestJavac on JVM${ant.java.version}, with the javac built into your VM distributon. - @@ -160,7 +140,6 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - -- cgit