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 {
|
||||
set("GROUP_ID", "org.kiwix.kiwixlib")
|
||||
set("ARTIFACT_ID", "kiwixlib")
|
||||
set("VERSION", "11.0.0")
|
||||
set("GROUP_ID", "org.kiwix.libkiwix")
|
||||
set("ARTIFACT_ID", "libkiwix")
|
||||
set("VERSION", "1.0.0")
|
||||
}
|
||||
|
||||
apply from: 'publish.gradle'
|
||||
|
Loading…
x
Reference in New Issue
Block a user