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 1329a9a commit e87020eCopy full SHA for e87020e
distribution/docker/build.gradle
@@ -551,6 +551,7 @@ subprojects { Project subProject ->
551
inputs.file("${parent.projectDir}/build/markers/${buildTaskName}.marker")
552
executable = 'docker'
553
outputs.file(tarFile)
554
+ outputs.doNotCacheIf("Build cache is disabled for export tasks") { true }
555
args "save",
556
"-o",
557
tarFile,
0 commit comments