Skip to content

Commit

Permalink
Using caching in setup-java steps of gradle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarivera committed Jul 31, 2024
1 parent f73e908 commit aaa8501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'

- name: Set up Python 3.14
uses: actions/setup-python@v5
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'

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

0 comments on commit aaa8501

Please sign in to comment.