Skip to content

Commit

Permalink
Create native-image.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Oct 3, 2023
1 parent 9b6a1b1 commit f2ac7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void duringSetup(DuringSetupAccess access) {
}
}

if (providers == null || providers.contains(AnsiConsole.JANSI_PROVIDER_JNI)){
if (providers == null || providers.contains(AnsiConsole.JANSI_PROVIDER_JNI)) {
String jansiNativeLibraryName = System.mapLibraryName("jansi");
if (jansiNativeLibraryName.endsWith(".dylib")) {
jansiNativeLibraryName = jansiNativeLibraryName.replace(".dylib", ".jnilib");
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Args=--features=org.fusesource.jansi.internal.NativeImageFeature

0 comments on commit f2ac7a2

Please sign in to comment.