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:
@@ -11,5 +11,11 @@ dependencies {
|
||||
publish()
|
||||
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
|
||||
sourcesJar {
|
||||
from {
|
||||
project(":compiler:tests-common").sourceSets["test"].allSource
|
||||
}
|
||||
}
|
||||
|
||||
javadocJar()
|
||||
|
||||
Reference in New Issue
Block a user