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 b96043e commit 1242070Copy full SHA for 1242070
.github/workflows/build.yml
@@ -13,11 +13,10 @@ 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 11
+ - name: Set up JDK 1.8
17
uses: actions/setup-java@v1
18
19
- java-version: 11
20
- gradle-version: 7.6
+ java-version: 1.8
21
- name: Cache SonarCloud packages
22
uses: actions/cache@v1
23
0 commit comments