Skip to content

Commit 03a4d73

Browse files
authored
Merge pull request #675 from Netcentric/feature/main-build-with-jdk17
Run Main Build with Java 17
2 parents 6a3ccd2 + aff7c04 commit 03a4d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
os: [ubuntu-latest, windows-latest, macOS-latest]
1010
jdk: [8, 11, 17]
1111
include:
12-
# lengthy build steps should only be performed on linux with Java 11 (Sonar analysis, deployment)
12+
# lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
1313
- os: ubuntu-latest
14-
jdk: 11
14+
jdk: 17
1515
isMainBuildEnv: true
1616
fail-fast: false
1717

0 commit comments

Comments
 (0)