avast/gradle-docker-compose-plugin

stopContainers=true makes buildBeforeUp not build things

Ouverte

#388 ouverte le 29 nov. 2022

 (1 commentaire) (0 réaction) (0 personne assignée)Groovy (103 forks)batch import
help wanted

Métriques du dépôt

Stars
 (429 étoiles)
Métriques de merge PR
 (Merge moyen 24j 11h) (2 PRs mergées en 30 j)

Description

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?

Guide contributeur