diff --git a/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties b/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties index 0d550ec1a97..4bab1cc0d05 100644 --- a/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties +++ b/spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties @@ -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