We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b22fb commit 1ced8a9Copy full SHA for 1ced8a9
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- java: [ '17' ]
+ java: [ '21' ]
30
config:
31
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
32
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
87
label 'ubuntu-latest'
88
}
89
tools {
90
- jdk 'temurin-jdk17-latest'
+ jdk 'temurin-jdk21-latest'
91
maven 'apache-maven-latest'
92
93
environment {
0 commit comments