Correctly set the groupId in the pom file.

This commit is contained in:
Matthieu Gautier 2019-08-22 16:03:46 +02:00
parent ef758aa0a6
commit b92a4b2e04
1 changed files with 1 additions and 1 deletions

View File

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