We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc7a3d commit ae9e9a5Copy full SHA for ae9e9a5
api/build.gradle
@@ -7,6 +7,7 @@ plugins {
7
alias(libs.plugins.spring.dependency.management)
8
}
9
10
+
11
import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
12
13
dependencies {
@@ -120,6 +121,10 @@ test {
120
121
useJUnitPlatform()
122
123
124
+springBoot {
125
+ buildInfo()
126
+}
127
128
tasks.register('buildDockerImageTask', DockerBuildImage) {
129
inputDir = projectDir
130
dockerFile = project.layout.projectDirectory.file('Dockerfile')
0 commit comments