File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 4242 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
4343 OSSRH_TOKEN : ${{ secrets.OSSRH_TOKEN }}
4444 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
4548 - name : Create GitHub release
4649 uses : softprops/action-gh-release@v1
4750 id : syntax-annotation-release
Original file line number Diff line number Diff line change 4848 <maven-surefire-plugin-version >3.0.0-M7</maven-surefire-plugin-version >
4949 <maven-javadoc-plugin-version >3.3.2</maven-javadoc-plugin-version >
5050 <maven-source-plugin-version >3.2.1</maven-source-plugin-version >
51- <nexus-staging-maven-plugin-version >1.6.7 </nexus-staging-maven-plugin-version >
51+ <nexus-staging-maven-plugin-version >1.6.9 </nexus-staging-maven-plugin-version >
5252 <maven-gpg-plugin-version >3.0.1</maven-gpg-plugin-version >
5353 </properties >
5454
You can’t perform that action at this time.
0 commit comments