Skip to content

Commit b6d80a1

Browse files
committed
Build: Fix kotlin-compiler-internal-test-framework empty sources jar
Should also pack pack test source set from :compiler:tests-common
1 parent 1d51dff commit b6d80a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

prepare/kotlin-compiler-internal-test-framework/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ dependencies {
1111
publish()
1212

1313
runtimeJar()
14-
sourcesJar()
14+
15+
sourcesJar {
16+
from {
17+
project(":compiler:tests-common").sourceSets["test"].allSource
18+
}
19+
}
20+
1521
javadocJar()

0 commit comments

Comments
 (0)