We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f3674 commit 0206d81Copy full SHA for 0206d81
packages/cli/build.gradle.kts
@@ -994,6 +994,7 @@ val initializeAtBuildTimeTest: List<String> = listOf(
994
val initializeAtRuntime: List<String> = listOfNotNull(
995
onlyIf(!enableSqliteStatic, "org.sqlite.SQLiteJDBCLoader"),
996
onlyIf(!enableSqliteStatic, "org.sqlite.core.NativeDB"),
997
+ "elide.tooling.project.manifest.ElidePackageManifest${'$'}NativeImage",
998
"org.fusesource.jansi.internal.CLibrary",
999
"com.github.ajalt.mordant.rendering.TextStyles",
1000
"elide.tool.err.ErrPrinter",
0 commit comments