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 7bfa5a6 commit 2332ce6Copy full SHA for 2332ce6
.github/workflows/build.yml
@@ -33,10 +33,13 @@ jobs:
33
cache: 'gradle'
34
35
# https://github.com/marketplace/actions/build-with-gradle
36
- #- name: Setup Gradle
37
- # uses: gradle/actions/setup-gradle@v4
38
- - name: Gradle wrapper build and analyse
39
- run: ./gradlew --no-daemon sonar
+ - name: Setup Gradle 7
+ uses: gradle/actions/setup-gradle@v4
+ with:
+ gradle-version: '7.6.6'
40
+
41
+ - name: Gradle build and analyse
42
+ run: gradle --no-daemon sonar
43
44
# - name: Publish GitHub Packages
45
# env:
0 commit comments