avast/gradle-docker-compose-plugin
stopContainers=true makes buildBeforeUp not build things
オープン
#388 opened on 2022/11/29
help wanted
Repository metrics
- Stars
- (429 個のスター)
- PR merge metrics
- (平均マージ 24d 11h) (30d で 2 merged PRs)
説明
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?