Skip to content

Commit

Permalink
Update main.yml (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Apr 8, 2024
1 parent 90256aa commit 1086b2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
distribution: 'adopt'
java-version: 21
- name: Cache build logic
uses: actions/cache@v4
with:
path: gradle/build-logic/build
key: build-logic-${{ hashFiles('gradle/build-logic/src/**', 'gradle/build-logic/build.gradle.kts','gradle/build-logic/settings.gradle.kts') }}
- uses: gradle/actions/setup-gradle@v3
with:
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 1086b2b

Please sign in to comment.