We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d7c97 commit e519b26Copy full SHA for e519b26
smoke-tests/images/quarkus/build.gradle.kts
@@ -43,7 +43,7 @@ jib {
43
pluginExtensions {
44
pluginExtension {
45
implementation = "com.google.cloud.tools.jib.gradle.extension.quarkus.JibQuarkusExtension"
46
- properties["packageType"] = "fast-jar"
+ properties = mapOf("packageType" to "fast-jar")
47
}
48
49
0 commit comments