We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ec089 commit c6a803dCopy full SHA for c6a803d
1 file changed
build.gradle.kts
@@ -1,3 +1,5 @@
1
+import com.google.cloud.tools.jib.gradle.JibTask
2
+
3
plugins {
4
idea
5
java
@@ -86,6 +88,10 @@ springBoot {
86
88
mainClass.set(className)
87
89
}
90
91
+tasks.withType<JibTask>().configureEach {
92
+ notCompatibleWithConfigurationCache("because https://github.com/GoogleContainerTools/jib/issues/3132")
93
+}
94
95
jib {
96
from {
97
image = "eclipse-temurin:21-jdk"
0 commit comments