We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a803d commit b1ba1caCopy full SHA for b1ba1ca
2 files changed
build.gradle.kts
@@ -88,10 +88,6 @@ springBoot {
88
mainClass.set(className)
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"
gradle.properties
@@ -1,4 +1,3 @@
1
version=1.0.1
2
moduleName=fr.rakambda.rsndiscord.spring
3
className=fr.rakambda.rsndiscord.spring.Application
4
-org.gradle.configuration-cache=true
0 commit comments