Skip to content

Commit

Permalink
Added Automatic-Module-Name manifest attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochembroekhoff committed Jul 6, 2019
1 parent ff5ccab commit 94ed6d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ artifacts {
archives sourcesJar
archives javadocJar
}

jar {
manifest {
attributes('Automatic-Module-Name': 'net.querz.nbt')
}
}

0 comments on commit 94ed6d3

Please sign in to comment.