File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ node('docker') {
11
11
12
12
def cesBuildLib = libraryFromLocalRepo(). com. cloudogu. ces. cesbuildlib
13
13
14
- def mvn = cesBuildLib.MavenWrapperInDocker . new(this , ' adoptopenjdk/openjdk11:jdk- 11.0.10_9 -alpine' )
14
+ def mvn = cesBuildLib.MavenWrapperInDocker . new(this , ' eclipse-temurin: 11.0.25_9-jdk -alpine' )
15
15
mvn. useLocalRepoFromJenkins = true
16
16
def git = cesBuildLib.Git . new(this )
17
17
Original file line number Diff line number Diff line change 25
25
<properties >
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
<jacoco .version>0.8.5</jacoco .version>
28
- <maven .compiler.source>11 </maven .compiler.source>
29
- <maven .compiler.target>11 </maven .compiler.target>
28
+ <maven .compiler.source>1.8 </maven .compiler.source>
29
+ <maven .compiler.target>1.8 </maven .compiler.target>
30
30
</properties >
31
31
32
32
<dependencies >
You can’t perform that action at this time.
0 commit comments