Skip to content

Commit

Permalink
[GitHub] No need to use toolchains.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillipus committed Nov 25, 2024
1 parent e76e984 commit 26af4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
25 changes: 0 additions & 25 deletions .github/toolchains.xml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: 'maven'

Expand All @@ -25,5 +25,4 @@ jobs:

- name: Run Maven tests with a virtual display
run: |
cp .github/toolchains.xml ~/.m2/toolchains.xml
xvfb-run mvn -V clean verify

0 comments on commit 26af4ca

Please sign in to comment.