Skip to content

Commit

Permalink
feat(CHIST-9921): fix action/setup-java use distribution and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
schlijo committed Aug 12, 2024
1 parent 5c6660b commit 94fff10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn clean verify --file pom.xml

0 comments on commit 94fff10

Please sign in to comment.