Skip to content

Commit 92f8ab7

Browse files
committed
Stop initializing DataSize at build time for GraalVM
In light of gh-28560, this commit reverts the change made in gh-28328. Closes gh-28562
1 parent 3aefa88 commit 92f8ab7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Args = --initialize-at-build-time=org.springframework.aot.AotDetector \
2-
--initialize-at-build-time=org.springframework.core.NativeDetector \
3-
--initialize-at-build-time=org.springframework.util.unit.DataSize
2+
--initialize-at-build-time=org.springframework.core.NativeDetector

0 commit comments

Comments
 (0)