Alter Maven group names for `withoutLib` and `forUnitTests` artifacts.
This is just working around a Bintray issue; it should make it easier to mirror to jcenter.
This commit is contained in:
Родитель
c1731dee35
Коммит
594b12d873
|
@ -124,7 +124,7 @@ ext.configurePublish = { groupIdArg, artifactIdArg, descriptionArg,
|
|||
// artifact javadocJar
|
||||
|
||||
pom {
|
||||
groupId = groupIdArg
|
||||
groupId = "${groupIdArg}-withoutLib"
|
||||
artifactId = "${artifactIdArg}-withoutLib"
|
||||
description = descriptionArg
|
||||
version = rootProject.ext.library['version']
|
||||
|
@ -157,7 +157,7 @@ ext.configurePublish = { groupIdArg, artifactIdArg, descriptionArg,
|
|||
artifact tasks['forUnitTestsJar']
|
||||
|
||||
pom {
|
||||
groupId = groupIdArg
|
||||
groupId = "${groupIdArg}-forUnitTests"
|
||||
artifactId = "${artifactIdArg}-forUnitTests"
|
||||
description = descriptionArg
|
||||
version = rootProject.ext.library['version']
|
||||
|
|
Загрузка…
Ссылка в новой задаче