From b7d6a79f217532a622cdc43953ddacfa4f073893 Mon Sep 17 00:00:00 2001 From: Andrew Reed Date: Thu, 8 Dec 2022 11:15:57 +0000 Subject: [PATCH] Added description to pom --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 7547ad1..1511368 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ MODULE_VERSION_NUMBER=0.0.1 MODULE_NAME=appauth-kotlin OPEN_SOURCE_REPO=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -PUBLISH_NAME= -PUBLISH_DESCRIPTION= +PUBLISH_NAME=appauth-kotlin +PUBLISH_DESCRIPTION=A Kotlin first OAuth Library PUBLISH_URL=https://github.com/GitLiveApp/AppAuth-Kotlin PUBLISH_SCM_URL=https://github.com/GitLiveApp/AppAuth-Kotlin