This plugin is an extension of eu.xenit.docker-compose
that automatically uses dockerCompose.fromProject()
for all projects in your Gradle build.
It does not require you to explicitly list which projects you want to depend on.
plugins {
id "eu.xenit.docker-compose.auto" version "5.3.2" // See https://plugins.gradle.org/plugin/eu.xenit.docker-compose.auto for the latest version
}