Skip to content

Commit de88eda

Browse files
committed
#60 - [1.0.0] - Build was failing
1 parent 2f43f05 commit de88eda

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 11 # For Sonar analysis purpose (Java 8 is no longer supported by Sonar)
20+
java-version: 17 # For Sonar analysis purpose (Java < 11 is no longer supported by Sonar)
2121
- name: Cache SonarCloud packages
2222
uses: actions/cache@v1
2323
with:

0 commit comments

Comments
 (0)