Skip to content

Commit ad639d7

Browse files
changed build.yml
1 parent 60184a1 commit ad639d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
java-version: 21
1717
distribution: 'temurin' # Alternative distribution options are available
1818

19-
- uses: gradle/gradle-build-action@v3
19+
- uses: gradle/actions/setup-gradle@v4
2020
with:
21-
#gradle-version: 8.7
2221
arguments: build
2322

2423
- name: Cache SonarQube packages

0 commit comments

Comments
 (0)