Skip to content

Commit 088fb13

Browse files
Using Java 11 in order for the Sonar scan to happen
1 parent 1ab584a commit 088fb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up JDK 1.8
2121
uses: actions/setup-java@v1
2222
with:
23-
java-version: 1.8
23+
java-version: 11
2424

2525

2626

0 commit comments

Comments
 (0)