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.
2 parents 6a3ccd2 + aff7c04 commit 03a4d73Copy full SHA for 03a4d73
.github/workflows/maven.yml
@@ -9,9 +9,9 @@ jobs:
9
os: [ubuntu-latest, windows-latest, macOS-latest]
10
jdk: [8, 11, 17]
11
include:
12
- # lengthy build steps should only be performed on linux with Java 11 (Sonar analysis, deployment)
+ # lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
13
- os: ubuntu-latest
14
- jdk: 11
+ jdk: 17
15
isMainBuildEnv: true
16
fail-fast: false
17
0 commit comments