Skip to content

Commit

Permalink
JDK 1.8 build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed Oct 31, 2022
1 parent 9c56996 commit a8354b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/jenkins/jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export DEBUG=true
SECURITY_FILE=/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/lib/security/java.security

if [ -f ${SECURITY_FILE} ]; then
sed -i 's/jdk.tls.disabledAlgorithms/# jdk.tls.disabledAlgorithms/g' ${SECURITY_FILE}
cat ${SECURITY_FILE}
#sed -i 's/jdk.tls.disabledAlgorithms/# jdk.tls.disabledAlgorithms/g' ${SECURITY_FILE}
fi

mvn -V -U -B -e -Pstaging clean install glassfish-copyright:check -Dcopyright.quiet=false
Expand Down

0 comments on commit a8354b5

Please sign in to comment.