Skip to content

Commit 9f9d733

Browse files
committed
Merge branch 'sonar-build-jdk17' into 'main'
Sonar no longer runs on JDK11, updated JDK to 17 for Sonar build See merge request weblogic-cloud/weblogic-image-tool!466
2 parents 101ef8b + efc09da commit 9f9d733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sonar-branch.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
- name: Setup JDK 11
20-
uses: actions/setup-java@v3
19+
- name: Setup JDK
20+
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'adopt'
23-
java-version: 11
23+
java-version: 17
2424
- name: Build and Test
2525
run: |
2626
mvn -B clean package

0 commit comments

Comments
 (0)