5bc608d5b59be3b2149efcc04761273c5f226119
= Spring AOT Smoke Tests A suite of tests for applications using AOT on the JVM and in Graal native images. == How to === Run a single test on JVM [source,] ---- ./gradlew :<name of the project>:jvmAotTest ---- for example [source,] ---- ./gradlew :actuator-webmvc:jvmAotTest ---- === Run a single test [source,] ---- ./gradlew :<name of the project>:build ---- for example [source,] ---- ./gradlew :actuator-webmvc:build ---- === Add a new sample 1. Create a new directory for your sample 2. Include the directory in `settings.gradle` 3. Include the directory in `ci/smoke-tests.yaml`
Description
Languages
Java
97.1%
Kotlin
2.6%
HTML
0.2%