avast/gradle-docker-compose-plugin
stopContainers=true makes buildBeforeUp not build things
Aberta
#388 aberto em 29 de nov. de 2022
help wanted
Métricas do repositório
- Stars
- (429 estrelas)
- Métricas de merge de PR
- (Mesclagem média 24d 11h) (2 fundiu PRs em 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?