Skip to content

Commit 8113883

Browse files
authored
build: Set Gradle version to 7.6 in GitHub Actions
1 parent 1242070 commit 8113883

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16-
- name: Set up JDK 1.8
16+
- name: Set up JDK 11
1717
uses: actions/setup-java@v1
1818
with:
19-
java-version: 1.8
19+
java-version: 11
20+
gradle-version: 7.6
2021
- name: Cache SonarCloud packages
2122
uses: actions/cache@v1
2223
with:

0 commit comments

Comments
 (0)