Skip to content

Commit

Permalink
Remove creation of jars in output
Browse files Browse the repository at this point in the history
This diff removes creating jars in the `installArchives` and
`uploadArchives` steps of `gradlew`. This is needed as this step causes
the default packaging to be `jar` rather than `aar`.
  • Loading branch information
longinoa committed Sep 7, 2016
1 parent 6de20a0 commit 7aa640e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ afterEvaluate { project ->
artifacts {
archives androidJavadocJar
archives androidSourcesJar
archives jarRelease
}

version = VERSION_NAME
Expand Down

0 comments on commit 7aa640e

Please sign in to comment.