Class SpringBootAotPlugin
java.lang.Object
org.springframework.boot.gradle.plugin.SpringBootAotPlugin
Gradle plugin for Spring Boot AOT.
- Since:
- 3.0.0
- Author:
- Andy Wilkinson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of theaotsource set.static final StringName of the defaultGenerateAotSourcestask. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AOT_SOURCE_SET_NAME
Name of theaotsource set.- See Also:
-
GENERATE_AOT_SOURCES_TASK_NAME
Name of the defaultGenerateAotSourcestask.- See Also:
-
-
Constructor Details
-
SpringBootAotPlugin
public SpringBootAotPlugin()
-
-
Method Details