JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.boot.gradle.tasks.buildinfo.BuildInfo
Packages that use
BuildInfo
Package
Description
org.springframework.boot.gradle.dsl
Spring Boot Gradle DSL.
Uses of
BuildInfo
in
org.springframework.boot.gradle.dsl
Method parameters in
org.springframework.boot.gradle.dsl
with type arguments of type
BuildInfo
Modifier and Type
Method
Description
void
SpringBootExtension.
buildInfo
(
Action
<
BuildInfo
> configurer)
Creates a new
BuildInfo
task named
bootBuildInfo
and configures the Java plugin's
classes
task to depend upon it.