Skip to content

Commit

Permalink
#136 update to latest temurin 11 jdk
Browse files Browse the repository at this point in the history
temurin is the successor of openjdk
  • Loading branch information
alexander-dammeier committed Nov 28, 2024
1 parent 5e5703e commit 45f4a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node('docker') {

def cesBuildLib = libraryFromLocalRepo().com.cloudogu.ces.cesbuildlib

def mvn = cesBuildLib.MavenWrapperInDocker.new(this, 'adoptopenjdk/openjdk11:jdk-11.0.10_9-alpine')
def mvn = cesBuildLib.MavenWrapperInDocker.new(this, 'eclipse-temurin:11.0.25_9-jdk-alpine')
mvn.useLocalRepoFromJenkins = true
def git = cesBuildLib.Git.new(this)

Expand Down

0 comments on commit 45f4a3a

Please sign in to comment.