From 4e87f9e0617213d3ae2d4747d658dd6e93f0e4ff Mon Sep 17 00:00:00 2001 From: utkrishtS Date: Tue, 28 Jul 2026 16:49:06 +0530 Subject: [PATCH] fix: use SPDX license URL in published POM (#87) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 14985fa..37b3ac1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ POM_SCM_CONNECTION=scm:git@github.com:auth0/JWTDecode.Android.git POM_SCM_DEV_CONNECTION=scm:git@github.com:auth0/JWTDecode.Android.git POM_LICENCE_NAME=The MIT License (MIT) -POM_LICENCE_URL=https://raw.githubusercontent.com/auth0/JWTDecode.Android/master/LICENSE +POM_LICENCE_URL=https://spdx.org/licenses/MIT.html POM_LICENCE_DIST=repo POM_DEVELOPER_ID=auth0