Skip to content

Commit

Permalink
chore(build): enable java build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandonogueira committed Mar 17, 2024
1 parent 2614caf commit 06e1d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'

- run: ./gradlew build

0 comments on commit 06e1d7a

Please sign in to comment.