avast/gradle-docker-compose-plugin
View on GitHubstopContainers=true makes buildBeforeUp not build things
Open
#388 opened on Nov 29, 2022
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?