Skip to content

Instantly share code, notes, and snippets.

@emedinaa
Created March 28, 2020 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emedinaa/aa3b68bd3580c588e09f289f789bbb3d to your computer and use it in GitHub Desktop.
Save emedinaa/aa3b68bd3580c588e09f289f789bbb3d to your computer and use it in GitHub Desktop.
Android Library source
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
archiveClassifier = 'sources'
}
artifacts {
archives sourcesJar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment