I published from a gradle project:
The gradle output is below:
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :initializeSonatypeStagingRepository
Created staging repository 'orgaybgim-1002' at https://s01.oss.sonatype.org/service/local/repositories/orgaybgim-1002/content/
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/8.0/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 18s
1 actionable task: 1 executed
The artifact appeared in the staging repo:
Then I closed it, and released by clicking on the corresponding button. I have tried this procedure several times but the artifact still does not appear on Maven Central. What am I missing? I have reported the issue on sonatype JIRA but the responses are very slow.