Skip to content

Commit

Permalink
Add GH packages dependency repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-karuri committed May 10, 2021
1 parent bb846c0 commit 904e172
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android-json-form-wizard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ tasks.withType(Test) {
repositories {
mavenCentral()
google()
maven {
name = "GithubPackages"
url = uri("https://maven.pkg.github.com/opensrp/opensrp-client-native-form")
credentials {
username = System.getenv("GITHUB_USER")
password = System.getenv("GITHUB_PERSONAL_ACCESS_TOKEN")
}
}
}

dependencies {
Expand Down

0 comments on commit 904e172

Please sign in to comment.