Skip to content

Commit b96043e

Browse files
authored
build: specify gradle version int github action
1 parent 072b5f2 commit b96043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-java@v1
1818
with:
1919
java-version: 11
20+
gradle-version: 7.6
2021
- name: Cache SonarCloud packages
2122
uses: actions/cache@v1
2223
with:
@@ -29,7 +30,6 @@ jobs:
2930
path: ~/.gradle/caches
3031
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
3132
restore-keys: ${{ runner.os }}-gradle
32-
gradle-version: 7.6
3333
- name: Build and analyze
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

0 commit comments

Comments
 (0)