Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Older version of the plugin not available on maven anymore #446

Closed
peterzhuamazon opened this issue Jul 18, 2024 · 1 comment
Closed

Older version of the plugin not available on maven anymore #446

peterzhuamazon opened this issue Jul 18, 2024 · 1 comment
Labels

Comments

@peterzhuamazon
Copy link

Hi,

https://repo.maven.apache.org/maven2/com/avast/gradle/gradle-docker-compose-plugin/

Screenshot 2024-07-18 at 7 33 29 PM

As we can see versions such as 0.12 are not available on maven central anymore.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':buildSrc:compileJava'.
> Could not resolve all files for configuration ':buildSrc:compileClasspath'.
   > Could not find com.avast.gradle:gradle-docker-compose-plugin:0.12.1.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/avast/gradle/gradle-docker-compose-plugin/0.12.1/gradle-docker-compose-plugin-0.12.1.pom
       - https://plugins.gradle.org/m2/com/avast/gradle/gradle-docker-compose-plugin/0.12.1/gradle-docker-compose-plugin-0.12.1.pom
     Required by:
         project :buildSrc

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

Thanks.

@augi augi closed this as completed in ddf6398 Jul 19, 2024
@augi
Copy link
Member

augi commented Jul 19, 2024

Hi, thanks for your report! The older versions was published to JCentral, which is decommissioned now, this is why you cannot see the versions before switch from JCentral to Maven Central.

If you want to use an older version, the default way, so using the Gradle Plugin Portal, works even for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants