Skip to content

Commit 0206d81

Browse files
committed
fix: build-time init of manifest native options
Signed-off-by: Sam Gammon <[email protected]>
1 parent f8f3674 commit 0206d81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ val initializeAtBuildTimeTest: List<String> = listOf(
994994
val initializeAtRuntime: List<String> = listOfNotNull(
995995
onlyIf(!enableSqliteStatic, "org.sqlite.SQLiteJDBCLoader"),
996996
onlyIf(!enableSqliteStatic, "org.sqlite.core.NativeDB"),
997+
"elide.tooling.project.manifest.ElidePackageManifest${'$'}NativeImage",
997998
"org.fusesource.jansi.internal.CLibrary",
998999
"com.github.ajalt.mordant.rendering.TextStyles",
9991000
"elide.tool.err.ErrPrinter",

0 commit comments

Comments
 (0)