File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- name : Checkout
12
12
13
- - name : Set up JDK 11
13
+ - name : Set up JDK 17
14
14
uses : actions/setup-java@v2
15
15
with :
16
16
distribution : ' temurin'
Original file line number Diff line number Diff line change 91
91
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
92
92
OSSRH_TOKEN : ${{ secrets.OSSRH_TOKEN }}
93
93
PGP_KEY_PASSWORD : ${{ secrets.PGP_KEY_PASSWORD }}
94
+ # Workaround for https://issues.sonatype.org/browse/OSSRH-66257
95
+ # as described in https://stackoverflow.com/a/70157413
96
+ 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
94
97
95
98
# milestone-build
96
99
- name : Create GitHub release
Original file line number Diff line number Diff line change 16
16
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
19
-
20
19
<groupId >io.openmanufacturing</groupId >
21
20
<artifactId >sds-sdk-parent</artifactId >
22
21
<name >SDS SDK Parent</name >
647
646
<plugin >
648
647
<groupId >org.sonatype.plugins</groupId >
649
648
<artifactId >nexus-staging-maven-plugin</artifactId >
650
- <version >1.6.7 </version >
649
+ <version >1.6.9 </version >
651
650
<extensions >true</extensions >
652
651
<configuration >
653
652
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments