Browse Source

Initialize NativeDetector at build time

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

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

@ -0,0 +1 @@ @@ -0,0 +1 @@
Args = --initialize-at-build-time=org.springframework.core.NativeDetector
Loading…
Cancel
Save