From 58cf2cc605509f52d7f82365df786bc79a371eec Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 10 Oct 2023 13:35:14 -0400 Subject: [PATCH] Update to java 17 Signed-off-by: Sophia Guo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 26db405..e8672a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ Or **/*x64_linux*.tar.gz,**/*x64_linux*.sha256.txt,**/*x64_linux*.json,**/*x64_l withEnv(['GITHUB_TOKEN=' + secretToken]) { sh ''' export VERSION=`echo $VERSION | awk '{print toupper($0)}'` - JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 ./sbin/Release.sh + JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 ./sbin/Release.sh ''' } }