Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
try to get source jars to be published
  • Loading branch information
JamesDurham authored Mar 17, 2017
1 parent d053d34 commit e98fafb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions query/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier = 'sources'
}
artifacts {
archives sourcesJar
}

0 comments on commit e98fafb

Please sign in to comment.