CI: Set gradle version (#1340)

Since gradle release, the CI fails due to the android plugin.
This commit is contained in:
Jules Aguillon
2026-06-25 00:52:12 +02:00
committed by GitHub
parent 21633f22fd
commit ccd9568e3d
+2
View File
@@ -36,6 +36,8 @@ jobs:
java-version: '17'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: 8.14.4
- name: Run tests
run: |