Use a single --initialize-at-build-time parameter per file
Closes gh-28563
This commit is contained in:
parent
92f8ab774f
commit
74c49c510a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue