gradle-docker
gradle-docker copied to clipboard
why it keeps to remind showing failed tests message while build docker?
What happened?
I have a project which has a miroservice architecture application. It has a root project and has some subprojects in the root project.
I set up configurations of the gradle.build as defined in documentation, and proceeded with the build test.
But this keeps failing with something's test errors and doesn't go as far as I want.
Do I need something else settings to have each subproject built separately in the architecture of microservice? Then, I want to know how to do it.
What did you want to happen?
As a main project with a sub-project, I hope all sub-projects will be built to create a dockerfile. And I'd like to publish them to ECS.
You need to apply this plugin on each sub-project individually if you want each sub-project to produce a docker image.