You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/publish-android.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ publish_plugin () {
42
42
if grep --quiet "BUILD SUCCESSFUL"$LOG_OUTPUT;then
43
43
printf %"s\n\n""Success: $PLUGIN_NAME published to MavenCentral."
44
44
else
45
-
printf %"s\n\n""Error publishing $PLUGIN_NAME, check $LOG_OUTPUT for more info! Manual publication review may be necessary at the Sonatype Repository Manager https://s01.oss.sonatype.org/"
45
+
printf %"s\n\n""Error publishing $PLUGIN_NAME, check $LOG_OUTPUT for more info! Manually review and release from the Central Portal may be necessary https://central.sonatype.com/publishing/deployments/"
0 commit comments