Skip to content

Commit e519b26

Browse files
committed
try
1 parent f0d7c97 commit e519b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/images/quarkus/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jib {
4343
pluginExtensions {
4444
pluginExtension {
4545
implementation = "com.google.cloud.tools.jib.gradle.extension.quarkus.JibQuarkusExtension"
46-
properties["packageType"] = "fast-jar"
46+
properties = mapOf("packageType" to "fast-jar")
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)