Skip to content

Commit

Permalink
Added auto module to jar manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Mar 22, 2021
1 parent 5f9404a commit 85c615e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions undofx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '[4.0,)'
}

jar {
manifest {
attributes(
'Automatic-Module-Name': 'org.fxmisc.undo'
)
}
}

javadoc {
// ignore missing Javadoc comments or tags
options.addStringOption('Xdoclint:all,-missing', '-quiet')
Expand Down

0 comments on commit 85c615e

Please sign in to comment.