Skip to content

Commit

Permalink
GitHub Actions: Select Java 17 and use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Aug 18, 2023
1 parent 4c32a11 commit 9f647d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew --no-daemon build
env:
TERM: dumb
Expand Down

0 comments on commit 9f647d2

Please sign in to comment.