Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Include Kotlin source files in source jar.
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftrs authored Oct 17, 2018
1 parent 573898a commit 58051f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jacoco {
}

task sourceJar(type: Jar) {
from sourceSets.main.allJava
from sourceSets.main.allSource
}

jacocoTestReport {
Expand Down

0 comments on commit 58051f8

Please sign in to comment.