Skip to content

Commit 2332ce6

Browse files
committed
use gradle instead of wrapper
1 parent 7bfa5a6 commit 2332ce6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ jobs:
3333
cache: 'gradle'
3434

3535
# 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
36+
- name: Setup Gradle 7
37+
uses: gradle/actions/setup-gradle@v4
38+
with:
39+
gradle-version: '7.6.6'
40+
41+
- name: Gradle build and analyse
42+
run: gradle --no-daemon sonar
4043

4144
# - name: Publish GitHub Packages
4245
# env:

0 commit comments

Comments
 (0)