Skip to content

Commit

Permalink
Set MAVEN_OPTS in the main branch build
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Mar 17, 2021
1 parent dd160f8 commit 20720cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
version: ${{ matrix.java.version }}
source: ${{ matrix.java.source }}
- name: Build with Maven
env:
MAVEN_OPTS: ${{ matrix.java.opts }}
run: mvn -B clean verify

snapshot:
Expand Down

0 comments on commit 20720cc

Please sign in to comment.