mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
c28c614c47
When compiling AOT-generated sources in the Maven plugin `process-aot` and `process-test-aot` goals, the Java compiler should be provided with the same `--source`, `--target`, and `--release` configuration values as the Maven compiler plugin uses to compile main sources. Fixes gh-33112