Skip to content

Commit

Permalink
Explicitly build AAR file
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Dec 22, 2017
1 parent 8d905e3 commit d3c7ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-bintray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ base_url="https://acconut:[email protected]/"
version="$TRAVIS_TAG"

# Generate files
./gradlew createPom javadocJar sourcesJar -PpomVersion=$version
./gradlew build createPom javadocJar sourcesJar -PpomVersion=$version

# Create new version
curl \
Expand Down

0 comments on commit d3c7ece

Please sign in to comment.