We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9347d2e commit 53f8504Copy full SHA for 53f8504
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -407,7 +407,7 @@ bom {
407
.formatted(version.toString("_")) }
408
}
409
410
- library("Git Commit ID Maven Plugin", "6.0.0") {
+ library("Git Commit ID Maven Plugin", "8.0.2") {
411
group("io.github.git-commit-id") {
412
plugins = [
413
"git-commit-id-maven-plugin"
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle
@@ -148,7 +148,6 @@ publishing.publications.withType(MavenPublication) {
148
149
configuration {
150
delegate.verbose('true')
151
- delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssXXX")
152
delegate.generateGitPropertiesFile('true')
153
delegate.generateGitPropertiesFilename('${project.build.outputDirectory}/git.properties')
154
0 commit comments