Skip to content

Commit 5b60e97

Browse files
authored
devonfw#1015: Fix jenkins for integration-test (set Java 17 as default version) (devonfw#1027)
1 parent 21d3ebc commit 5b60e97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/src/test/bash/all-tests

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ do
1717
rm -fR "${PWD}/software"
1818
rm -f "${PWD}/conf/devon.properties"
1919
rm -f "${PWD}/settings/devon.properties"
20+
echo "JAVA_VERSION=17*" >> "${PWD}/settings/devon.properties"
2021
else
2122
mkdir -p "${testcase}/conf"
2223
cd "${testcase}"
@@ -57,4 +58,4 @@ else
5758
doWarning "There are test failures! Please check the logs and fix errors.\n"
5859
cat errorList
5960
exit 1
60-
fi
61+
fi

0 commit comments

Comments
 (0)