From 74c49c510a3e9bd8a7ec193e5ad33c3b75afbef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Fri, 3 Jun 2022 17:39:47 +0200 Subject: [PATCH] Use a single --initialize-at-build-time parameter per file Closes gh-28563 --- .../org.springframework/spring-core/native-image.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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