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 eca8e22 commit 4b538baCopy full SHA for 4b538ba
.github/workflows/release-to-maven-central.yml
@@ -55,6 +55,8 @@ jobs:
55
- name: Publish package
56
run: mvn --batch-mode clean deploy --no-transfer-progress -P central-deploy -DskipTests=true
57
env:
58
+ #TODO: This is a workaround for NEXUS-27902 which uses XStream that fails on JVM >16
59
+ JDK_JAVA_OPTIONS: "--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"
60
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
61
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
62
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments