From 9f2e296f55ff27ed22bceb278f034c2b31d3b375 Mon Sep 17 00:00:00 2001 From: Efe Ejemudaro Date: Fri, 2 Jul 2021 13:32:23 +0100 Subject: [PATCH] Fix: Add developer information to gradle.properties (#25) --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index 264b47e..ed192e0 100755 --- a/gradle.properties +++ b/gradle.properties @@ -37,5 +37,9 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=https://github.com/CottaCush/CurrencyEditText/blob/master/LICENSE.md POM_LICENCE_DIST=repo +POM_DEVELOPER_ID=cottacush +POM_DEVELOPER_NAME=Cotta Cush +POM_DEVELOPER_URL=https://github.com/cottacush/ + systemProp.org.gradle.internal.publish.checksums.insecure=true systemProp.org.gradle.internal.http.socketTimeout=120000