Browse Source

Upgrade to Git Commit ID Maven Plugin 8.0.2

Closes gh-40015
pull/40028/head
Andy Wilkinson 2 years ago
parent
commit
53f850410f
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle
  2. 1
      spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -407,7 +407,7 @@ bom { @@ -407,7 +407,7 @@ bom {
.formatted(version.toString("_")) }
}
}
library("Git Commit ID Maven Plugin", "6.0.0") {
library("Git Commit ID Maven Plugin", "8.0.2") {
group("io.github.git-commit-id") {
plugins = [
"git-commit-id-maven-plugin"

1
spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

@ -148,7 +148,6 @@ publishing.publications.withType(MavenPublication) { @@ -148,7 +148,6 @@ publishing.publications.withType(MavenPublication) {
}
configuration {
delegate.verbose('true')
delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssXXX")
delegate.generateGitPropertiesFile('true')
delegate.generateGitPropertiesFilename('${project.build.outputDirectory}/git.properties')
}

Loading…
Cancel
Save