avast/gradle-docker-compose-plugin

stopContainers=true makes buildBeforeUp not build things

Open

#388 opened on Nov 29, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Groovy (429 stars) (103 forks)batch import
help wanted

Description

currently when stopContainers=true it makes buildBeforeUp ineffective:

> Task :composeUp
Cached services infos loaded while 'stopContainers' is set to 'false'.

What I'm after is fast integration tests run, and I need containers keep running. But be recreated whenever anything changes.

Is anything like that possible now?

Contributor guide