java.util.concurrent.ExecutionException: org.gradle.api.GradleException: Failed to create Jar file C:Usersharthik.gradlecachesjars-95707c3bbc94e058983781e112864ca77gradle-1.0.0.jar. >
org.gradle.api.GradleException: Failed to create Jar file C:Usersharthik.gradlecachesjars-95707c3bbc94e058983781e112864ca77gradle-1.0.0.jar. * 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.grad..

Read more

I have a situation in which I will have four containers in my docker-compose file.
The second is dependent upon the first, and the third is dependent upon the second and fourth on third. But here is the catch, I want that the second should only start when the first has run , completed it’s process and stopped. then the same for third and fourth. After the fourth container has run and completed it’s process and stopped, the first should start agian, and the cycle cont..

Read more