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 072b5f2 commit b96043eCopy full SHA for b96043e
.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-java@v1
18
with:
19
java-version: 11
20
+ gradle-version: 7.6
21
- name: Cache SonarCloud packages
22
uses: actions/cache@v1
23
@@ -29,7 +30,6 @@ jobs:
29
30
path: ~/.gradle/caches
31
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
32
restore-keys: ${{ runner.os }}-gradle
- gradle-version: 7.6
33
- name: Build and analyze
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
0 commit comments