Allow additional build info properties to have provided values

Closes gh-37889
This commit is contained in:
Andy Wilkinson
2023-10-16 16:55:31 +01:00
parent 19db6b2c8e
commit d6a9295c26
3 changed files with 11 additions and 2 deletions

View File

@@ -95,3 +95,5 @@ include::../gradle/integrating-with-actuator/build-info-additional.gradle[tags=a
----
include::../gradle/integrating-with-actuator/build-info-additional.gradle.kts[tags=additional]
----
An additional property's value can be computed lazily by using a `Provider`.