Use a single --initialize-at-build-time parameter per file

Closes gh-28563
This commit is contained in:
Sébastien Deleuze 2022-06-03 17:39:47 +02:00
parent 92f8ab774f
commit 74c49c510a
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
Args = --initialize-at-build-time=org.springframework.aot.AotDetector \ Args = --initialize-at-build-time=org.springframework.aot.AotDetector,\
--initialize-at-build-time=org.springframework.core.NativeDetector org.springframework.core.NativeDetector