Skip to content

Commit 5474200

Browse files
committed
dont show gradle version
1 parent d1f4df6 commit 5474200

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
java-version: '17'
3333
#cache: 'gradle'
3434

35-
- name: Show Gradle Version
36-
run: gradle --version
35+
#- name: Show Gradle Version
36+
# run: gradle --version
37+
# 9.x
3738

3839
# https://github.com/marketplace/actions/build-with-gradle
3940
- name: Setup Gradle 7
@@ -42,7 +43,7 @@ jobs:
4243
gradle-version: '7.6.6'
4344

4445
- name: Gradle build and analyse
45-
run: gradle --no-daemon sonar
46+
run: gradle sonar
4647

4748
# - name: Publish GitHub Packages
4849
# env:

0 commit comments

Comments
 (0)