We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a4259 commit 45c151fCopy full SHA for 45c151f
distribution/docker/build.gradle
@@ -142,4 +142,4 @@ assemble.dependsOn "buildDockerImage"
142
// We build the images used in compose locally, but the pull command insists on using a repository
143
// thus we must disable it to prevent it from doing so.
144
// Everything will still be pulled since we will build the local images on a pull
145
-composePull.enabled = false
+tasks.matching { name == "composePull" }.all { enabled = false }
0 commit comments