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 a306e9b commit a479ef8Copy full SHA for a479ef8
ci/rc-release.sh
@@ -6,7 +6,7 @@ STAGING_REPOSITORY_ID=$1
6
7
echo 'Release to Maven central...'
8
9
-MAVEN_OPTS="-Duser.name=spring-builds+jenkins -Duser.home=/tmp/jenkins-home --add-opens=java.base/java.util=ALL-UNNAMED " ./mvnw \
+MAVEN_OPTS="-Duser.name=spring-builds+jenkins -Duser.home=/tmp/jenkins-home " ./mvnw \
10
-s settings.xml \
11
-Pcentral \
12
-DstagingRepositoryId="${STAGING_REPOSITORY_ID}" \
0 commit comments