| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.buildinfo |
Support for producing build info for consumption by Spring Boot's actuator.
|
| Modifier and Type | Method and Description |
|---|---|
BuildInfoProperties |
BuildInfo.getProperties()
Returns the
properties that will be included in the
build-info.properties file. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildInfo.properties(org.gradle.api.Action<BuildInfoProperties> action)
Executes the given
action on the BuildInfo.getProperties() properties. |