Skip to content

Commit

Permalink
Remove MAVEN_OPTS environment variable from test jobs
Browse files Browse the repository at this point in the history
The changes made removed the MAVEN_OPTS environment variable from the test jobs in the workflow. This variable was previously set to a specific java version which is now not needed as it is inferred from the matrix configuration.

Co-authored-by: I-Al-Istannen <[email protected]>
  • Loading branch information
MartinWitt and I-Al-Istannen committed Apr 25, 2023
1 parent 0e31cb1 commit 746037a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:



env:
MAVEN_OPTS: -Djava.src.version=${{ matrix.java }}

name: Tests with Java ${{ matrix.java }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 746037a

Please sign in to comment.