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
Modifier and TypeFieldDescriptionstatic final String
Name of the mainaot
source set
.static final String
Name of theaotTest
source set
.static final String
Name of the defaultProcessAot
task.static final String
Name of the defaultProcessAot
task. -
Constructor Summary
-
Method Summary
-
Field Details
-
AOT_SOURCE_SET_NAME
Name of the mainaot
source set
.- See Also:
-
AOT_TEST_SOURCE_SET_NAME
Name of theaotTest
source set
.- See Also:
-
PROCESS_AOT_TASK_NAME
Name of the defaultProcessAot
task.- See Also:
-
PROCESS_TEST_AOT_TASK_NAME
Name of the defaultProcessAot
task.- See Also:
-
-
Constructor Details
-
SpringBootAotPlugin
public SpringBootAotPlugin()
-
-
Method Details