Skip to content

Commit 8146e71

Browse files
authored
BE: Fix spring boot build info population (#901)
1 parent 74f7c08 commit 8146e71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
alias(libs.plugins.spring.dependency.management)
88
}
99

10+
1011
import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
1112

1213
dependencies {
@@ -120,6 +121,10 @@ test {
120121
useJUnitPlatform()
121122
}
122123

124+
springBoot {
125+
buildInfo()
126+
}
127+
123128
tasks.register('buildDockerImageTask', DockerBuildImage) {
124129
inputDir = projectDir
125130
dockerFile = project.layout.projectDirectory.file('Dockerfile')

0 commit comments

Comments
 (0)