Skip to content

Commit b87ef71

Browse files
authored
Added info for actuator endpoint
1 parent 322344b commit b87ef71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
id "org.asciidoctor.jvm.convert" version "3.3.0"
55
id "org.owasp.dependencycheck" version "7.0.4.1"
66
id 'net.researchgate.release' version '2.8.1'
7+
id "com.gorylenko.gradle-git-properties" version "2.4.1"
78
id 'java'
89
id 'jacoco'
910
}
@@ -112,6 +113,10 @@ jar {
112113
}
113114
}
114115

116+
springBoot {
117+
buildInfo()
118+
}
119+
115120
bootJar {
116121
dependsOn asciidoctor
117122
from ("${asciidoctor.outputDir}/html5") {
@@ -122,4 +127,4 @@ bootJar {
122127

123128
release {
124129
tagTemplate = 'v${version}'
125-
}
130+
}

0 commit comments

Comments
 (0)