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?

貢獻者指南