Skip to content

Commit

Permalink
- - Intégration of GitHub Package
Browse files Browse the repository at this point in the history
  • Loading branch information
Armel committed May 20, 2021
1 parent 1de3475 commit 3ab277a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deploy:
tags: true
repo: kkiapay/android-sdk
- provider: script
script: "./gradlew :clean :lib:assembleRelease :lib:bintrayUpload"
script: "./gradlew :clean :lib:assembleRelease"
skip_cleanup: true
dry-run: false
on:
Expand Down
5 changes: 0 additions & 5 deletions deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ publishing {
password = System.getenv('GITHUB_PERSONAL_ACCESS_TOKEN') //?: githubProperties['GITHUB_PERSONAL_ACCESS_TOKEN']
}
}

maven {
name = 'CustomMavenRepo'
url = "file://${buildDir}/repo"
}
}
publications {
Production(MavenPublication) {
Expand Down

0 comments on commit 3ab277a

Please sign in to comment.