Skip to content

Commit c6a803d

Browse files
committed
Job does not support config cache
1 parent 91ec089 commit c6a803d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import com.google.cloud.tools.jib.gradle.JibTask
2+
13
plugins {
24
idea
35
java
@@ -86,6 +88,10 @@ springBoot {
8688
mainClass.set(className)
8789
}
8890

91+
tasks.withType<JibTask>().configureEach {
92+
notCompatibleWithConfigurationCache("because https://github.com/GoogleContainerTools/jib/issues/3132")
93+
}
94+
8995
jib {
9096
from {
9197
image = "eclipse-temurin:21-jdk"

0 commit comments

Comments
 (0)