Skip to content

Commit

Permalink
Fix: Add developer information to gradle.properties (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
efguydan authored Jul 2, 2021
1 parent 9a53932 commit 9f2e296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f2e296

Please sign in to comment.