From 58051f85beb1827f18ca201682438c86851187fb Mon Sep 17 00:00:00 2001 From: Rainer Schmitz Date: Wed, 17 Oct 2018 15:23:21 +0200 Subject: [PATCH] Include Kotlin source files in source jar. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 002b7605..2b8334e3 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ jacoco { } task sourceJar(type: Jar) { - from sourceSets.main.allJava + from sourceSets.main.allSource } jacocoTestReport {