Skip to content

Commit

Permalink
Merge pull request opensrp#89 from SoftmedTanzania/publish-client-cor…
Browse files Browse the repository at this point in the history
…e-to-github

Publishing client core to github
  • Loading branch information
zk497 authored Aug 15, 2022
2 parents cdd2a41 + 116e291 commit 063339a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.31.27-NACP-SNAPSHOT
VERSION_CODE=16
VERSION_NAME=1.5.31.28-NACP-SNAPSHOT
VERSION_CODE=17
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Chw Core Library
POM_SETTING_URL=https://github.com/OpenSRP/opensrp-client-chw-core
Expand Down
14 changes: 13 additions & 1 deletion opensrp-chw-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ allprojects {

}

maven {

name = "GitHubPackages"

url = uri("https://maven.pkg.github.com/SoftmedTanzania/opensrp-client-core")
credentials {
username = githubProperties['gpr.usr'] ?: System.getenv("GPR_USER")
password = githubProperties['gpr.key'] ?: System.getenv("GPR_API_KEY")
}

}

maven {

name = "GitHubPackages"
Expand Down Expand Up @@ -250,7 +262,7 @@ dependencies {

compileOnly 'com.ibm.fhir:fhir-model:4.7.0'

api('org.smartregister:opensrp-client-core:1.15.7-NACP-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-core:1.15.8-NACP-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
exclude group: 'com.google.guava', module: 'guava'
Expand Down

0 comments on commit 063339a

Please sign in to comment.