File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ verify_changelog() {
105105create_javadoc () {
106106 echo " Creating JavaDoc..."
107107 cd $REALM_JAVA_PATH
108- ./gradlew javadoc
108+ eval " ./gradlew javadoc $GRADLE_BUILD_PARAMS --stacktrace "
109109 cd $HERE
110110}
111111
@@ -116,7 +116,7 @@ upload_to_mavenCentral() {
116116 # with half a release. For this reason we must manually close and release the artifacts using the Maven Central UI:
117117 # https://oss.sonatype.org/#stagingRepositories
118118 # ./gradlew mavenCentralUpload closeAndReleaseStagingRepository -PossrhUsername=$MAVEN_CENTRAL_USER -PossrhPassword=$MAVEN_CENTRAL_KEY --stacktrace
119- eval " ./gradlew mavenCentralUpload $GRADLE_BUILD_PARAMS -PossrhUsername=$MAVEN_CENTRAL_USER -PossrhPassword=$MAVEN_CENTRAL_KEY --stacktrace"
119+ eval " ./gradlew mavenCentralUpload $GRADLE_BUILD_PARAMS -PossrhUsername=' $MAVEN_CENTRAL_USER ' -PossrhPassword=' $MAVEN_CENTRAL_KEY ' --stacktrace"
120120 cd $HERE
121121}
122122
You can’t perform that action at this time.
0 commit comments