From a7b37dd73c5d6476ae93b2454961d40f23a65c2c Mon Sep 17 00:00:00 2001 From: Lanchon Date: Tue, 19 Nov 2019 06:56:45 -0300 Subject: [PATCH] Update artifact metadata --- build.gradle | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 54c3a2e..9e57f1b 100644 --- a/build.gradle +++ b/build.gradle @@ -74,23 +74,27 @@ publishing { name = 'multidexlib2' description = 'Multi-dex extensions for dexlib2.' url = 'https://github.com/DexPatcher/multidexlib2' - scm { - connection = 'scm:git:git://github.com/DexPatcher/multidexlib2.git' - developerConnection = 'scm:git:ssh://github.com:DexPatcher/multidexlib2.git' - url = 'https://github.com/DexPatcher/multidexlib2' - } licenses { license { name = 'GNU General Public License (version 3 or later)' url = 'https://www.gnu.org/licenses/gpl.txt' } } + organization { + name = 'DexPatcher' + url = 'https://dexpatcher.github.io/' + } developers { developer { name = 'Lanchon' url = 'https://github.com/Lanchon' } } + scm { + connection = 'scm:git:git://github.com/DexPatcher/multidexlib2.git' + developerConnection = 'scm:git:ssh://github.com:DexPatcher/multidexlib2.git' + url = 'https://github.com/DexPatcher/multidexlib2' + } } } }