mirror of https://github.com/kiwix/libkiwix.git
Correctly set the groupId in the pom file.
This commit is contained in:
parent
ef758aa0a6
commit
b92a4b2e04
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue