gradle-docker icon indicating copy to clipboard operation
gradle-docker copied to clipboard

why it keeps to remind showing failed tests message while build docker?

Open seungmun opened this issue 5 years ago • 1 comments

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.

seungmun avatar Mar 12 '19 06:03 seungmun

You need to apply this plugin on each sub-project individually if you want each sub-project to produce a docker image.

pkoenig10 avatar Mar 12 '19 15:03 pkoenig10