Skip to content

Commit

Permalink
JLine bundle jline-3.20.0.jar has a wrong Automatic-Module-Name, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed May 23, 2021
1 parent f55f2e2 commit 574dd56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jline/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2002-2020, the original author or authors.
Copyright (c) 2002-2021, the original author or authors.
This software is distributable under the BSD license. See the terms of the
BSD license in the documentation provided with this software.
Expand Down Expand Up @@ -344,6 +344,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
<Export-Package>*;-noimport:=true</Export-Package>
<Import-Package>
com.sun.jna*,
Expand All @@ -358,4 +359,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 574dd56

Please sign in to comment.