Skip to content

Commit

Permalink
#136 compile to java8
Browse files Browse the repository at this point in the history
#136 update to latest temurin 11 jdk

temurin is the successor of openjdk
  • Loading branch information
alexander-dammeier committed Nov 28, 2024
1 parent 5e5703e commit a4651bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.version>0.8.5</jacoco.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit a4651bd

Please sign in to comment.