Skip to content

Commit

Permalink
remove jdk11 option from build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
gurunrao authored and lukasj committed Apr 9, 2021
1 parent 3494bdb commit 32cc00f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/build_mailtck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ echo "export JAVA_HOME=$JAVA_HOME"
echo "export MAVEN_HOME=$MAVEN_HOME"
echo "export PATH=$PATH"

if [[ "$JDK" == "JDK11" || "$JDK" == "jdk11" ]];then
export JAVA_HOME=${JDK11_HOME}
export PATH=$JAVA_HOME/bin:$PATH
fi

sed -i "s#^TS_HOME=.*#TS_HOME=$WORKSPACE#g" "$WORKSPACE/lib/ts.jte"
sed -i "s#^JAVA_HOME=.*#JAVA_HOME=$JAVA_HOME#g" "$WORKSPACE/lib/ts.jte"
sed -i "s#^JARPATH=.*#JARPATH=$WORKSPACE#g" "$WORKSPACE/lib/ts.jte"
Expand Down

0 comments on commit 32cc00f

Please sign in to comment.