Skip to content

Commit

Permalink
Update gradle-mvn-push.gradle
Browse files Browse the repository at this point in the history
Solving [issue](chrisbanes#33)
  • Loading branch information
jpardogo committed Jul 9, 2014
1 parent 27c27a6 commit 0bf6cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ afterEvaluate { project ->

task androidSourcesJar(type: Jar) {
classifier = 'sources'
from android.sourceSets.main.allSource
from android.sourceSets.main.java
}

artifacts {
Expand Down

0 comments on commit 0bf6cc2

Please # to comment.