We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8ec60 commit 09cb1d9Copy full SHA for 09cb1d9
1 file changed
.github/workflows/gradle_build.yml
@@ -27,6 +27,8 @@ jobs:
27
28
- name: Setup Gradle
29
uses: gradle/gradle-build-action@v2
30
+ with:
31
+ gradle-version: 8.4
32
33
- name: run build script
34
run: ./gradle-build-all.sh
0 commit comments