From 164fe2ee22d9b3225c978c947916cd52ae6b6bad Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 13 May 2026 17:16:23 +0530 Subject: [PATCH] Chore: Add Automatic module name --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.gradle b/build.gradle index 47122c2..e517d68 100644 --- a/build.gradle +++ b/build.gradle @@ -48,6 +48,12 @@ compileJava { targetCompatibility '1.8' } +jar { + manifest { + attributes 'Automatic-Module-Name': 'com.auth0.jwks' + } +} + import me.champeau.gradle.japicmp.JapicmpTask project.afterEvaluate {