Correctly set the groupId in the pom file.

This commit is contained in:
Matthieu Gautier 2019-08-22 16:03:46 +02:00
parent ccf320892f
commit 50a79e0ea6

View File

@ -24,7 +24,7 @@ dependencies {
task writePom {
pom {
project {
group 'org.kiwix.kiwixlib'
groupId 'org.kiwix.kiwixlib'
artifactId 'kiwixlib'
version '6.0.1'
packaging 'aar'