Skip to content

Commit

Permalink
Fix missing native libraries in JLine bundle (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 2, 2023
1 parent a1a7d13 commit 2fd5c9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@
</artifactItem>

<!-- resources -->
<artifactItem>
<groupId>org.jline</groupId>
<artifactId>jline-native</artifactId>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
<excludes>**/*.class</excludes>
</artifactItem>
<artifactItem>
<groupId>org.jline</groupId>
<artifactId>jline-terminal</artifactId>
Expand Down

0 comments on commit 2fd5c9d

Please sign in to comment.