Skip to content

Commit

Permalink
Added FileSpec property because is not uploading the artifact (#201)
Browse files Browse the repository at this point in the history
* added filespec property bacause is not uploading the artifact

* changed script params
  • Loading branch information
ferranpons authored Oct 23, 2018
1 parent 6607eeb commit effd300
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions leku/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ bintray {
configurations = ['archives']
override = true

filesSpec {
from "$buildDir/outputs/aar"
into '.'
}
pkg {
repo = 'maven'
name = 'leku'
Expand Down
2 changes: 1 addition & 1 deletion scripts/bintrayUpload.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

./gradlew bintrayUpload -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_KEY}" -PdryRun=false
./gradlew -Puser="${BINTRAY_USER}" -Pkey="${BINTRAY_KEY}" bintrayUpload

0 comments on commit effd300

Please sign in to comment.