change modifyPom position

This commit is contained in:
Akinwale Ariwodola 2021-06-25 01:44:14 +01:00
parent c7272d192f
commit 70f4183ee4
2 changed files with 61 additions and 67 deletions

View file

@ -31,39 +31,6 @@ archivesBaseName = 'lbrysdk'
group = "io.lbry"
version = "{{ args.version }}"
project(':lbrysdk') {
modifyPom {
project {
name 'LBRY SDK for Android'
description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry'
artifactId 'lbrysdk64'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
}
}
}
android {
compileSdkVersion {{ android_api }}
buildToolsVersion '{{ build_tools_version }}'
@ -130,6 +97,36 @@ subprojects {
compileSdkVersion {{ android_api }}
buildToolsVersion '{{ build_tools_version }}'
}
modifyPom {
project {
name 'LBRY SDK for Android'
description 'The LBRY SDK packaged as an Android AAR'
groupId 'io.lbry'
artifactId 'lbrysdk64'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
}
}
}
}
}

View file

@ -31,40 +31,6 @@ archivesBaseName = 'lbrysdk'
group = "io.lbry"
version = "{{ args.version }}"
project(':lbrysdk') {
modifyPom {
project {
name 'LBRY SDK for Android'
description 'The LBRY SDK packaged as an Android AAR'
url 'https://github.com/lbryio/lbry-android-sdk'
groupId 'io.lbry'
artifactId 'lbrysdk32'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
}
}
}
android {
compileSdkVersion {{ android_api }}
buildToolsVersion '{{ build_tools_version }}'
@ -131,6 +97,37 @@ subprojects {
compileSdkVersion {{ android_api }}
buildToolsVersion '{{ build_tools_version }}'
}
modifyPom {
project {
name 'LBRY SDK for Android'
description 'The LBRY SDK packaged as an Android AAR'
url 'https://github.com/lbryio/lbry-android-sdk'
groupId 'io.lbry'
artifactId 'lbrysdk32'
scm {
url 'https://github.com/lbryio/lbry-android-sdk'
connection 'scm:https://github.com/lbryio/lbry-android-sdk.git'
developerConnection 'scm:git://github.com/lbryio/lbry-android-sdk.git'
}
licenses {
license {
name 'MIT License'
url 'https://raw.githubusercontent.com/lbryio/lbry-android-sdk/master/LICENSE'
distribution 'repo'
}
}
developers {
developer {
id 'shockr'
name 'Akinwale Ariwodola'
email 'akinwale@lbry.com'
}
}
}
}
}
}
}