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 713ac22 commit 937fc66Copy full SHA for 937fc66
sample-apps/springboot/build.gradle.kts
@@ -25,6 +25,7 @@ plugins {
25
id("org.springframework.boot")
26
id("io.spring.dependency-management") version "1.1.0"
27
id("com.google.cloud.tools.jib")
28
+ id("org.jetbrains.kotlin.jvm") version "2.0.0"
29
}
30
31
group = "com.amazon.sampleapp"
0 commit comments