Skip to content

Commit 164fe2e

Browse files
committed
Chore: Add Automatic module name
1 parent 9d359e7 commit 164fe2e

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
@@ -48,6 +48,12 @@ compileJava {
4848
targetCompatibility '1.8'
4949
}
5050

51+
jar {
52+
manifest {
53+
attributes 'Automatic-Module-Name': 'com.auth0.jwks'
54+
}
55+
}
56+
5157
import me.champeau.gradle.japicmp.JapicmpTask
5258

5359
project.afterEvaluate {

0 commit comments

Comments
 (0)