We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e9663 commit 8cf1e8eCopy full SHA for 8cf1e8e
ant/bc+-build.xml
@@ -991,6 +991,7 @@
991
</fileset>
992
</classpath>
993
<sysproperty key="bc.test.data.home" value="../../core/src/test/data" />
994
+ <sysproperty key="test.java.version.prefix" value="${env.JAVA_VERSION_PREFIX}" />
995
996
<formatter type="xml" />
997
<batchtest todir="${artifacts.reports.xml.dir}" unless="testcase">
build1-8+
@@ -17,6 +17,12 @@ export JAVA_HOME
17
PATH=$JDKPATH/bin:$PATH
18
export PATH
19
20
+if [ "${JAVA_VERSION_PREFIX}" = "" ]
21
+then
22
+ JAVA_VERSION_PREFIX=1.8
23
+ export JAVA_VERSION_PREFIX
24
+fi
25
+
26
if [ "$1" = "test" ]
27
then
28
ant -f ant/jdk18+.xml test
0 commit comments