Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Oct 23, 2023
1 parent a306e9b commit a479ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/rc-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ STAGING_REPOSITORY_ID=$1

echo 'Release to Maven central...'

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 \
-s settings.xml \
-Pcentral \
-DstagingRepositoryId="${STAGING_REPOSITORY_ID}" \
Expand Down

0 comments on commit a479ef8

Please sign in to comment.