rsocket-bom-1.0.0-RC6.pom
was generated with the following comment
<!--
This module was also published with a richer model, Gradle metadata,
-->
<!--
which should be used instead. Do not delete the following line which
-->
<!--
is to indicate to Gradle or any Gradle module metadata file consumer
-->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
which triggers the download by Gradle of the rsocket-bom-1.0.0-RC6.module
artifact, however that artifact was not published to Maven Central or JCenter.
I'm trying to build with Gradle a project using the freshly released Spring Boot 2.2.5, which references rsocket-bom
1.0.0-RC6
, and the build fails because of the missing artifact. I'll try to work around that, but the publication should probably be fixed here for the next releases.