mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-15 18:17:06 -04:00
Correctly set the groupId in the pom file.
This commit is contained in:
parent
ccf320892f
commit
50a79e0ea6
@ -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…
x
Reference in New Issue
Block a user