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 322344b commit b87ef71Copy full SHA for b87ef71
build.gradle
@@ -4,6 +4,7 @@ plugins {
4
id "org.asciidoctor.jvm.convert" version "3.3.0"
5
id "org.owasp.dependencycheck" version "7.0.4.1"
6
id 'net.researchgate.release' version '2.8.1'
7
+ id "com.gorylenko.gradle-git-properties" version "2.4.1"
8
id 'java'
9
id 'jacoco'
10
}
@@ -112,6 +113,10 @@ jar {
112
113
114
115
116
+springBoot {
117
+ buildInfo()
118
+}
119
+
120
bootJar {
121
dependsOn asciidoctor
122
from ("${asciidoctor.outputDir}/html5") {
@@ -122,4 +127,4 @@ bootJar {
127
123
128
release {
124
129
tagTemplate = 'v${version}'
125
-}
130
0 commit comments