mirror of
https://github.com/kiwix/java-libkiwix.git
synced 2025-09-15 10:06:28 -04:00
Upload java-libkiwix to the new Maven repository with version code 1.0.0
This commit is contained in:
parent
c928e30e86
commit
423000e1a6
@ -19,9 +19,9 @@ ext["ossrhPassword"] = properties.getProperty("ossrhPassword", System.getenv('OS
|
|||||||
ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID'))
|
ext["sonatypeStagingProfileId"] = properties.getProperty("sonatypeStagingProfileId", System.getenv('SONATYPE_STAGING_PROFILE_ID'))
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
set("GROUP_ID", "org.kiwix.kiwixlib")
|
set("GROUP_ID", "org.kiwix.libkiwix")
|
||||||
set("ARTIFACT_ID", "kiwixlib")
|
set("ARTIFACT_ID", "libkiwix")
|
||||||
set("VERSION", "11.0.0")
|
set("VERSION", "1.0.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: 'publish.gradle'
|
apply from: 'publish.gradle'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user