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:
Nick Alexander 2018-11-27 15:44:37 -08:00
Родитель c1731dee35
Коммит 594b12d873
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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']