Browse Source

Use a single --initialize-at-build-time parameter per file

Closes gh-28563
pull/28569/head
Sébastien Deleuze 4 years ago
parent
commit
74c49c510a
  1. 4
      spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties

4
spring-core/src/main/resources/META-INF/native-image/org.springframework/spring-core/native-image.properties

@ -1,2 +1,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

Loading…
Cancel
Save