Skip to content

Commit

Permalink
reenable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mfnalex committed Feb 12, 2024
1 parent 5a1dc98 commit 231e203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
# cache: "gradle"
cache: "gradle"

- name: Setup Gradle
uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
# cache: "gradle"
cache: "gradle"

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0

0 comments on commit 231e203

Please sign in to comment.