spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality
690 stars 88 forks source link

v1.0.15.RELEASE appears to be unpublished from Gradle Plugin Portal #343

Closed kyrylo-merzlikin-blablacar closed 1 year ago

kyrylo-merzlikin-blablacar commented 1 year ago

There is no version 1.0.15.RELEASE of this plugin on Gradle Plugin Portal, even though this version exists on Maven Central and there is a reference to it in the Spring Boot Project v2.7.5.

This issue was also mentioned by other people on Gitter.

wilkinsona commented 1 year ago

Thanks for catching this. 1.0.15.RELEASE is now available from the Plugin Portal.

AlexBen commented 1 year ago

Hi! https://repo.gradle.org/ui/native/jcenter/io/spring/gradle/dependency-management-plugin/1.0.15.RELEASE/dependency-management-plugin-1.0.15.RELEASE.pom - still not there, and not even in the list (after 1.0.13.RELEASE): https://repo.gradle.org/ui/native/jcenter/io/spring/gradle/dependency-management-plugin/

Should we just wait a bit?

BTW, the versions are in maven-metadata.xml, but there are no artifacts themselves.

wilkinsona commented 1 year ago

There appear to be problems with JCenter: https://status.gradle.com/incidents/9740r6bzx438. I'd recommend getting the plugin from Maven Central in the meantime.