avast/gradle-docker-compose-plugin
stopContainers=true makes buildBeforeUp not build things
開放
#388 建立於 2022年11月29日
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?