You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2023/05/10 18:53:19 UTC

svn commit: r1909731 - /gump/metadata/project/junit.xml

Author: markt
Date: Wed May 10 18:53:18 2023
New Revision: 1909731

URL: http://svn.apache.org/viewvc?rev=1909731&view=rev
Log:
Update Junit build for Java 21

Modified:
    gump/metadata/project/junit.xml

Modified: gump/metadata/project/junit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/junit.xml?rev=1909731&r1=1909730&r2=1909731&view=diff
==============================================================================
--- gump/metadata/project/junit.xml (original)
+++ gump/metadata/project/junit.xml Wed May 10 18:53:18 2023
@@ -29,6 +29,9 @@
 
     <mvn3 goal="package" separateLocalRepository="junit">
       <property name="skipTests" value="true"/>
+      <!-- Gump uses Java 21 which has a minimum source/target of Jave 8 -->
+      <property name="maven.compiler.source" value="1.8"/>
+      <property name="maven.compiler.target" value="1.8"/>
     </mvn3>
 
     <option project="hamcrest-java"/>