Skip to content

Commit 19e9d3a

Browse files
change build.yml
1 parent eca3544 commit 19e9d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

19-
- uses: gradle/gradle-build-action@v2
19+
- uses: gradle/gradle-build-action@v3
2020
with:
21-
gradle-version: 8.7
21+
#gradle-version: 8.7
2222
arguments: build
2323

2424
- name: Cache SonarQube packages

0 commit comments

Comments
 (0)