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 83c7295 commit 4ba5040Copy full SHA for 4ba5040
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
45
# Workaround for https://issues.sonatype.org/browse/OSSRH-66257
46
# as described in https://stackoverflow.com/a/70157413
47
- 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
+ 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
48
- name: Create GitHub release
49
uses: softprops/action-gh-release@v1
50
id: syntax-annotation-release
0 commit comments