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 {
|
||||
pom {
|
||||
project {
|
||||
group 'org.kiwix.kiwixlib'
|
||||
groupId 'org.kiwix.kiwixlib'
|
||||
artifactId 'kiwixlib'
|
||||
version '6.0.1'
|
||||
packaging 'aar'
|
||||
|
|
Loading…
Reference in New Issue