Skip to content

Commit

Permalink
release script: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Dec 11, 2021
1 parent b73015c commit d721a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
mvn clean

# https://issues.sonatype.org/browse/OSSRH-66257
export 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"

mvn release:prepare

mvn release:perform
Expand Down

0 comments on commit d721a0d

Please sign in to comment.