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

View File

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