Skip to content

Commit

Permalink
Add Automatic-Module-Name
Browse files Browse the repository at this point in the history
Add Automatic-Module-Name to MANIFEST.MF. See http://branchandbound.net/blog/java/2017/12/automatic-module-name/.
(don't forget: SWING is still official part of JDK 9+ at least until 2026)
  • Loading branch information
boessu authored and bobbylight committed Feb 1, 2022
1 parent 86c15d6 commit d45f9e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RSyntaxTextArea/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jacocoTestReport {

ext.sharedManifest = manifest {
attributes('Specification-Title': 'RSyntaxTextArea',
'Automatic-Module-Name': 'org.fife.RSyntaxTextArea', // jdk 9+ module name
'Specification-Version': version,
'Implementation-Title': 'org.fife.ui',
'Implementation-Version': version,
Expand Down

0 comments on commit d45f9e5

Please sign in to comment.