mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
This commit adds a `compilerArguments` parameter to the Maven plugin `process-aot` and `process-test-aot` goals to allow the user to configure the command used to compile the AOT-generated sources. Fixes gh-33012