avast/gradle-docker-compose-plugin
stopContainers=true makes buildBeforeUp not build things
Aperta
#388 aperta il 29 nov 2022
help wanted
Metriche repository
- Star
- (429 stelle)
- Metriche merge PR
- (Merge medio 24g 11h) (2 PR mergiate in 30 g)
Descrizione
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?