avast/gradle-docker-compose-plugin

stopContainers=true makes buildBeforeUp not build things

开放

#388 创建于 2022年11月29日

 (1 条评论) (0 个反应) (0 位负责人)Groovy (103 个派生)batch import
help wanted

仓库指标

星标
 (429 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 2 个 PR)

描述

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?

贡献者指南