Skip to content

Commit 74c49c5

Browse files
committed
Use a single --initialize-at-build-time parameter per file
Closes gh-28563
1 parent 92f8ab7 commit 74c49c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Args = --initialize-at-build-time=org.springframework.aot.AotDetector \
2-
--initialize-at-build-time=org.springframework.core.NativeDetector
1+
Args = --initialize-at-build-time=org.springframework.aot.AotDetector,\
2+
org.springframework.core.NativeDetector

0 commit comments

Comments
 (0)