Skip to content

Commit

Permalink
[configuration] Added environment variable to ensure release works on…
Browse files Browse the repository at this point in the history
… JDK16
  • Loading branch information
meronbrouwer committed Jul 17, 2021
1 parent 4eaa77d commit db00039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
env:
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
MAVEN_OPTS: "--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"

- name: Create GitHub Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit db00039

Please sign in to comment.