We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b9206 + a712376 commit 93d55b5Copy full SHA for 93d55b5
1 file changed
build.gradle
@@ -204,6 +204,13 @@ springBoot {
204
buildInfo()
205
}
206
207
+// make sure that git properties plugin does not fail
208
+// on build without access to the git repo information
209
+// (zip download etc.)
210
+gitProperties {
211
+ failOnNoGitDirectory = false
212
+}
213
+
214
release {
215
// define tag pattern (tags have to start with 'v')
216
tagTemplate = 'v${version}'
0 commit comments