Skip to content

Commit a8d7a3d

Browse files
committed
try
1 parent 26abab4 commit a8d7a3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ dependencies {
2020
implementation("io.quarkus:quarkus-resteasy")
2121
}
2222

23+
quarkus {
24+
// Expected by jib extension.
25+
// TODO(anuraaga): Switch to quarkus plugin native jib support.
26+
setFinalName("opentelemetry-quarkus-$version")
27+
}
28+
2329
// Quarkus 3.7+ requires Java 17+
2430
val targetJDK = project.findProperty("targetJDK") ?: "17"
2531

0 commit comments

Comments
 (0)