Skip to content

Commit 4ba5040

Browse files
committed
Add awt.font module to nexus-staging-maven-plugin workaround
1 parent 83c7295 commit 4ba5040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
4545
# Workaround for https://issues.sonatype.org/browse/OSSRH-66257
4646
# 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
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 --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
4848
- name: Create GitHub release
4949
uses: softprops/action-gh-release@v1
5050
id: syntax-annotation-release

0 commit comments

Comments
 (0)