Guest User

Untitled

a guest
Oct 24th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. task androidSourcesJar(type: Jar) {
  2. classifier = 'sources'
  3. from android.sourceSets.main.java.sourceFiles
  4. }
  5.  
  6. artifacts {
  7. archives androidSourcesJar
  8. }
Add Comment
Please, Sign In to add comment