Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 88c8c6e

Browse files
committed
Document generateAot and generateTestAot Gradle tasks
1 parent 589d943 commit 88c8c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-native-docs/src/main/asciidoc/build-setup.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ plugins {
104104

105105
The plugin creates two `SourceSets` for testing and running the application: "aot" and "aotTest".
106106
The resulting classes and resources are automatically added to the runtime classpath of the application when running the `test`, `bootRun` and `bootJar` tasks.
107+
You can also call directly `generateAot` and `generateTestAot` tasks to perform only the generation.
107108

108109
Sources are generated in `build/generated/sources/aot/`, `build/generated/resources/aot/` and test sources in `build/generated/sources/aotTest/`, `build/generated/resources/aotTest/`.
109110

0 commit comments

Comments
 (0)