Description: Disables the Java version check since the JRE in Debian always
 meets the minimum requirement and the check routinely breaks with the latest JREs.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/make/jogamp-env.xml
+++ b/make/jogamp-env.xml
@@ -128,15 +128,6 @@
     </condition>
     <echo message="minJava8                   ${minJava8}"/> 
 
-    <!-- Only for junit runtime tests Java [8-10] is allowed, for building Java 11 is required. -->
-    <fail message="Unsupported Java version: ${ant.java.version}. Make sure that the version of Java is 1.8 or greater.">
-        <condition>
-            <not>
-                <istrue value="${minJava8}"/>
-            </not>
-        </condition>
-    </fail>
-
   </target>
 
   <target name="jogamp.env.init" depends="jogamp.env.validation">
