Build: Fix kotlin-compiler-internal-test-framework empty sources jar

Should also pack pack test source set from :compiler:tests-common
This commit is contained in:
Vyacheslav Gerasimov
2020-12-07 15:58:27 +03:00
parent 1d51dffd76
commit b6d80a1149
@@ -11,5 +11,11 @@ dependencies {
publish()
runtimeJar()
sourcesJar()
sourcesJar {
from {
project(":compiler:tests-common").sourceSets["test"].allSource
}
}
javadocJar()