Class SpringBootAotPlugin
java.lang.Object
org.springframework.boot.gradle.plugin.SpringBootAotPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class SpringBootAotPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
Gradle plugin for Spring Boot AOT.
- Since:
- 3.0.0
- Author:
- Andy Wilkinson
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of theaot
source set
.static final String
Name of the defaultGenerateAotSources
task. -
Constructor Summary
-
Method Summary
-
Field Details
-
AOT_SOURCE_SET_NAME
Name of theaot
source set
.- See Also:
-
GENERATE_AOT_SOURCES_TASK_NAME
Name of the defaultGenerateAotSources
task.- See Also:
-
-
Constructor Details
-
SpringBootAotPlugin
public SpringBootAotPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
apply
in interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-