Skip to content

Commit 324de7f

Browse files
authored
Add build-info.properties to spring boot smoke test image (#9521)
1 parent e5c58b1 commit 324de7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

smoke-tests/images/spring-boot/build.gradle.kts

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ java {
3737
targetCompatibility = JavaVersion.VERSION_1_8
3838
}
3939

40+
springBoot {
41+
buildInfo {
42+
}
43+
}
44+
4045
jib {
4146
from.image = "openjdk:$targetJDK"
4247
to.image = "ghcr.io/open-telemetry/opentelemetry-java-instrumentation/smoke-test-spring-boot:jdk$targetJDK-$tag"

0 commit comments

Comments
 (0)