Update artifact metadata

This commit is contained in:
Lanchon 2019-11-19 06:56:45 -03:00
parent 73f17593d8
commit a7b37dd73c

View File

@ -74,23 +74,27 @@ publishing {
name = 'multidexlib2' name = 'multidexlib2'
description = 'Multi-dex extensions for dexlib2.' description = 'Multi-dex extensions for dexlib2.'
url = 'https://github.com/DexPatcher/multidexlib2' 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 { licenses {
license { license {
name = 'GNU General Public License (version 3 or later)' name = 'GNU General Public License (version 3 or later)'
url = 'https://www.gnu.org/licenses/gpl.txt' url = 'https://www.gnu.org/licenses/gpl.txt'
} }
} }
organization {
name = 'DexPatcher'
url = 'https://dexpatcher.github.io/'
}
developers { developers {
developer { developer {
name = 'Lanchon' name = 'Lanchon'
url = 'https://github.com/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'
}
} }
} }
} }