CI: Set gradle version (#1340)
Since gradle release, the CI fails due to the android plugin.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user