Skip to content

Commit

Permalink
github actions minor adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Jul 10, 2024
1 parent fdb30e1 commit 4538643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
fetch-depth: 0
- name: Set up compile JDK
uses: actions/setup-java@v4
with:
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
distribution: 'temurin'
java-version: ${{ matrix.java_version }}
java-version: 17
cache: 'maven'
- name: Copyright
run: bash etc/copyright.sh
Expand Down

0 comments on commit 4538643

Please sign in to comment.