You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi there, I'm currently following along on the first module
Distributed Data Patterns Bootcamp Lab: Setup
, and I got this error.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
The text was updated successfully, but these errors were encountered: