Skip to content

Commit

Permalink
Merge pull request #39606 from TheSnoozer
Browse files Browse the repository at this point in the history
* pr/39606:
  Change dateformat for git-commit-id-maven-plugin

Closes gh-39606
  • Loading branch information
mhalbritter committed Feb 28, 2024
2 parents 7799d90 + 0fd720a commit 473132d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ publishing.publications.withType(MavenPublication) {
}
configuration {
delegate.verbose('true')
delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssZ")
delegate.dateFormat("yyyy-MM-dd'T'HH:mm:ssXXX")
delegate.generateGitPropertiesFile('true')
delegate.generateGitPropertiesFilename('${project.build.outputDirectory}/git.properties')
}
Expand Down

0 comments on commit 473132d

Please sign in to comment.