Skip to content

Commit

Permalink
Fix issue with empty android-kotlin sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdurham committed Nov 5, 2017
1 parent 7943d44 commit 1569705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/android-kotlin-artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ task docJar(type: Jar, dependsOn: dokka) {

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

0 comments on commit 1569705

Please sign in to comment.