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

Could not find com.avast.gradle:gradle-docker-compose-plugin:0.9.2 #69

Closed
hadyanq1 opened this issue Dec 17, 2024 · 5 comments
Closed

Comments

@hadyanq1
Copy link

Hi there, I'm currently following along on the first module Distributed Data Patterns Bootcamp Lab: Setup, and I got this error.

 ~/repo/bootcamp/eventuate-tram-sagas-examples-customers-and-orders  #distributed_…_labs_070822  ./gradlew buildAndStartServicesMySql                                                                                            ✔  19:58:55

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'eventuate-tram-sagas-examples-customers-and-orders'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.avast.gradle:gradle-docker-compose-plugin:0.9.2.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/avast/gradle/gradle-docker-compose-plugin/0.9.2/gradle-docker-compose-plugin-0.9.2.pom
       - https://jcenter.bintray.com/com/avast/gradle/gradle-docker-compose-plugin/0.9.2/gradle-docker-compose-plugin-0.9.2.pom
     Required by:
         project :

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

I'm not familiar with Gradle or Java in general, but does this mean that one of the module is no longer available? If so, is there anything I can do to keep my lesson going?

Thanks in advance

@hadyanq1
Copy link
Author

hadyanq1 commented Jan 7, 2025

https://github.com/avast/gradle-docker-compose-plugin

Versions prior to 0.14.2 were published to JCenter, and it is decommisioned now, so these old versions are not available.

Can you help @cer?

@cer
Copy link
Contributor

cer commented Jan 7, 2025

Sorry for the delayed reply.
For now, I would recommend using the master branch.

I've you look at the development branch for this the eventuate-tram-example-customers-and-orders, I'm actively working on removing Docker Compose to avoid this problem.

In the near future, I'll update the bootcamp labs to use these versions.

@hadyanq1
Copy link
Author

hadyanq1 commented Jan 8, 2025

Got it, it's working now.
So for the rest of the lesson I should just use master branch? Anything else that might differ from the instruction of the lessons?

@cer
Copy link
Contributor

cer commented Jan 8, 2025

So for the rest of the lesson I should just use master branch? Anything else that might differ from the instruction of the lessons?

AFAIR The biggest difference is that some classes be in different directories.

@hadyanq1
Copy link
Author

hadyanq1 commented Jan 9, 2025

I get similar error but I think it's best to continue the conversation on the learner discussions tab.

@cer I hope you can help us there.

@hadyanq1 hadyanq1 closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants