Skip to content

Commit

Permalink
build(GraalVM): Update classes to initialize at build time
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 6, 2023
1 parent 138483a commit b6e122f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ graalvmNative {
"ch.qos.logback.core.util.COWArrayList",
"ch.qos.logback.core.util.CachingDateFormatter",
"ch.qos.logback.core.util.CachingDateFormatter\$CacheTuple",
"com.github.ajalt.mordant.internal.nativeimage.NativeImagePosixMppImpls",
"org.apache.sshd.common.file.root.RootedFileSystemProvider"
).joinToString(separator = ",", prefix = "--initialize-at-build-time=")

Expand Down

0 comments on commit b6e122f

Please sign in to comment.