Skip to content

Commit

Permalink
Publish sources to Maven Central
Browse files Browse the repository at this point in the history
Part of #1643
  • Loading branch information
jrodbx committed Nov 26, 2019
1 parent b80fa47 commit 65bc57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/gradle-mvn-push.gradle
Expand Up @@ -102,7 +102,7 @@ afterEvaluate { project ->

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

artifacts {
Expand Down

0 comments on commit 65bc57e

Please sign in to comment.