Skip to content

Commit

Permalink
Enabling release to run with JDK 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Aug 3, 2021
1 parent 49c85b2 commit fea72ad
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 @@ -43,6 +43,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
run: |
export GPG_TTY=$(tty)
export MAVEN_OPTS=--illegal-access=permit
./mvnw --no-transfer-progress -B --file pom.xml \
-Drepository.url=https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \
-Dmaven.site.skip=true -Drelease=true deploy
Expand Down

0 comments on commit fea72ad

Please sign in to comment.