mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Use a single --initialize-at-build-time parameter per file
Closes gh-28563
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user