File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pipeline {
6
6
}
7
7
tools {
8
8
maven ' Apache Maven 3.9'
9
- jdk ' OpenJDK 17 Latest'
9
+ jdk ' OpenJDK 21 Latest'
10
10
}
11
11
stages {
12
12
stage(' Build' ) {
Original file line number Diff line number Diff line change 32
32
<maven-wrapper-plugin .version>3.3.2</maven-wrapper-plugin .version>
33
33
<compiler-plugin .version>3.13.0</compiler-plugin .version>
34
34
<maven .compiler.parameters>true</maven .compiler.parameters>
35
- <maven .compiler.source>17 </maven .compiler.source>
36
- <maven .compiler.target>17 </maven .compiler.target>
35
+ <maven .compiler.source>21 </maven .compiler.source>
36
+ <maven .compiler.target>21 </maven .compiler.target>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
39
39
<quarkus-github-app .version>2.7.0</quarkus-github-app .version>
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ quarkus.qute.content-types."md"=text/markdown
8
8
9
9
quarkus.cache.caffeine."glob-cache".maximum-size =200
10
10
11
- quarkus.jib.base-jvm-image =openjdk:17.0.1
12
-
13
11
quarkus.container-image.group =hibernate
14
12
quarkus.container-image.registry =quay.io
15
13
You can’t perform that action at this time.
0 commit comments