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 (103 forks)batch import
help wanted

Repository metrics

Stars
 (429 stars)
PR merge metrics
 (Avg merge 24d 11h) (2 merged PRs in 30d)

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