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.
2 parents edc9a9b + b602b1d commit dd5091fCopy full SHA for dd5091f
spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2442,6 +2442,11 @@ https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties[`gradle-gi
2442
}
2443
----
2444
2445
+TIP: The commit time in `git.properties` is expected to match the format
2446
+`yyyy-MM-dd'T'HH:mm:ssZ`. This is the default format for both plugins listed above. Using this format
2447
+allows the time to be parsed into a `Date` and its format when serialized to JSON to be controlled by
2448
+Jackson's date serialization configuration settings.
2449
+
2450
2451
2452
[[howto-customize-dependency-versions-with-maven]]
0 commit comments