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 1242070 commit 8113883Copy full SHA for 8113883
.github/workflows/build.yml
@@ -13,10 +13,11 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- - name: Set up JDK 1.8
+ - name: Set up JDK 11
17
uses: actions/setup-java@v1
18
19
- java-version: 1.8
+ java-version: 11
20
+ gradle-version: 7.6
21
- name: Cache SonarCloud packages
22
uses: actions/cache@v1
23
0 commit comments