Skip to content

Commit

Permalink
Stop initializing DataSize at build time for GraalVM
Browse files Browse the repository at this point in the history
In light of gh-28560, this commit reverts the change made in gh-28328.

Closes gh-28562
  • Loading branch information
sbrannen committed Jun 3, 2022
1 parent 3aefa88 commit 92f8ab7
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,3 +1,2 @@
Args = --initialize-at-build-time=org.springframework.aot.AotDetector \
--initialize-at-build-time=org.springframework.core.NativeDetector \
--initialize-at-build-time=org.springframework.util.unit.DataSize
--initialize-at-build-time=org.springframework.core.NativeDetector

0 comments on commit 92f8ab7

Please sign in to comment.