We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0964dc commit fca4f06Copy full SHA for fca4f06
.github/workflows/gradle.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run unit tests
40
run: |
41
- ./gradlew wrapper --gradle-version=2.2.4
+ ./gradlew wrapper --gradle-version=8.2.1
42
./gradlew dumper:app:test
43
44
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
0 commit comments