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.
1 parent b998b46 commit 9e57851Copy full SHA for 9e57851
.github/workflows/build.yml
@@ -14,11 +14,11 @@ jobs:
14
- uses: actions/checkout@v2
15
with:
16
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
17
- - name: Set up JDK 16
+ - name: Set up JDK 17
18
uses: actions/setup-java@v2
19
20
distribution: 'adopt'
21
- java-version: '16'
+ java-version: '17'
22
- name: Cache SonarCloud packages
23
uses: actions/cache@v2
24
0 commit comments