You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven plugin is currently named spring-boot:aot-generate and The Gradle task is generateAotSources. While brainstorming on the names to use for the related test support, we thought renaming those was in order.
For Maven: spring-boot:aot (andspring-boot:aot-test)
For Gradle: bootAot (and bootAotTest)
The text was updated successfully, but these errors were encountered:
@wilkinsona mentioned that it feels the current proposal uses aot as a verb. We've been brainstorming and found processAot and processTestAot to match nicely with Gradle's compileJava and compileTestJava
The maven plugin is currently named
spring-boot:aot-generate
and The Gradle task isgenerateAotSources
. While brainstorming on the names to use for the related test support, we thought renaming those was in order.spring-boot:aot
(andspring-boot:aot-test
)bootAot
(andbootAotTest
)The text was updated successfully, but these errors were encountered: