We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73015c commit d721a0dCopy full SHA for d721a0d
release.sh
@@ -1,5 +1,8 @@
1
mvn clean
2
3
+# https://issues.sonatype.org/browse/OSSRH-66257
4
+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"
5
+
6
mvn release:prepare
7
8
mvn release:perform
0 commit comments