Docker-compose-plugin older versions no longer available on plugins.gradle.org?

Plugins like gradle-docker-compose-plugin/0.7.1 have been removed from the repository:
https://plugins.gradle.org/m2/com/avast/gradle/gradle-docker-compose-plugin/0.7.1/gradle-docker-compose-plugin-0.7.1.pom

Only versions above 0.16.6 are available :frowning:

1 Like

That’s probably due to the current JCenter “outage”.
Gradle guys are in contact with JFrog to find out what’s going on.
Please also see https://status.gradle.com/

The old version plugin is still 404. Is it by design behavior?

JCenter finally will go away and the plugin portal was already decoupled from it: Impact of final JCenter shutdown on Gradle Plugin Portal

Thanks for sharing the blog link. I can find words as below.

" The Gradle Plugin Portal will continue to return redirects (303 See Other ) for artifact queries it cannot serve. Starting July 15, 2024, these redirects will be towards Maven Central instead of JCenter.".

But still, I can’t find com.avast.gradle.docker-compose version < 0.14.2 from Maven Central. All old versions are gone now. The impact is bigger than what’s said in the blog - Affected plugin dependencies reports only two versions of com.avast.gradle.docker-compose will miss in MavenCentral, but the truth is that all versions <0.14.2 is missing

Affected plugin dependencies: The list of the 244 plugin dependencies that are not found on Maven Central.

But still, I can’t find com.avast.gradle.docker-compose version < 0.14.2 from Maven Central.

Because it is not available on Maven Central.
But it is available on Gradle Plugin Portal, without need for JCenter.
So if you use the GPP, you should have no problem resolving that plugin.

Also 0.7.1 works just fine.

The problem of OP is probably more, that the coordinates he tries to get are only valid from 0.16.6 on.
Before it was not com.avast.gradle:gradle-docker-compose-plugin but com.avast.gradle:gradle-docker-compose-plugin.

Thanks for the reminding for naming. I can only find pom under this link now.
plugins.gradle.org/m2/com/avast/gradle/docker-compose/com.avast.gradle.docker-compose.gradle.plugin/0.8.12/

And your question is?

I want to clarify “com.avast.gradle.docker-compose.gradle.plugin” <0.14.2 is also impacted by Impact of final JCenter shutdown on Gradle Plugin Portal
If so, I’d expect to see it appears in the Affected plugin dependencies and I’d ask plugin author to re-publish their old versions to Maven Central.

I want to clarify “com.avast.gradle.docker-compose.gradle.plugin” <0.14.2 is also impacted by Impact of final JCenter shutdown on Gradle Plugin Portal

I already told you that it is not.