We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdad56f commit bdc3e8fCopy full SHA for bdc3e8f
.github/workflows/gradle.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Set up Gradle
36
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
37
with:
38
+ cache-cleanup: never
39
gradle-version: '8.2.1'
40
41
- name: Run unit tests
@@ -51,6 +52,12 @@ jobs:
51
52
java-version: '11'
53
distribution: 'temurin'
54
55
+ - name: Set up Gradle
56
+ uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
57
+ with:
58
59
+ gradle-version: '8.2.1'
60
+
61
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
62
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
63
- name: Generate and submit dependency graph
0 commit comments