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 7eb9193 commit b602b1dCopy full SHA for b602b1d
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2721,6 +2721,11 @@ https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties[`gradle-gi
2721
}
2722
----
2723
2724
+TIP: The commit time in `git.properties` is expected to match the format
2725
+`yyyy-MM-dd'T'HH:mm:ssZ`. This is the default format for both plugins listed above. Using this format
2726
+allows the time to be parsed into a `Date` and its format when serialized to JSON to be controlled by
2727
+Jackson's date serialization configuration settings.
2728
+
2729
2730
2731
[[howto-customize-dependency-versions-with-maven]]
0 commit comments