Skip to content

Commit 2b20c71

Browse files
authored
Chore: Add Automatic-Module-Name to JAR manifest (#864)
1 parent 2b1bf29 commit 2b20c71

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ java {
4949
sourceCompatibility = 1.8
5050
targetCompatibility = 1.8
5151

52+
jar {
53+
manifest {
54+
attributes 'Automatic-Module-Name': 'com.auth0.java'
55+
}
56+
}
57+
5258
tasks.withType(Javadoc) {
5359
failOnError false
5460
options.addStringOption('Xdoclint:none', '-quiet')

0 commit comments

Comments
 (0)