We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e581b82 commit dc4a03cCopy full SHA for dc4a03c
distribution/docker/build.gradle
@@ -553,6 +553,7 @@ subprojects { Project subProject ->
553
inputs.file("${parent.projectDir}/build/markers/${buildTaskName}.marker")
554
executable = 'docker'
555
outputs.file(tarFile)
556
+ outputs.doNotCacheIf("Build cache is disabled for export tasks") { true }
557
args "save",
558
"-o",
559
tarFile,
0 commit comments