From 5241235b99286243d02463adc7f8b0fd3d9ab5b4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 03:05:01 +0100 Subject: [testing] add a test.javac16 --- buildScripts/tests.ant.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index cdef471f..ae969ee3 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -126,10 +126,16 @@ 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. -- cgit