Skip to content

Commit

Permalink
Build: Fix kotlin-compiler-internal-test-framework empty sources jar
Browse files Browse the repository at this point in the history
Should also pack pack test source set from :compiler:tests-common
  • Loading branch information
4u7 committed Dec 7, 2020
1 parent 1d51dff commit b6d80a1
Showing 1 changed file with 7 additions and 1 deletion.
Expand Up @@ -11,5 +11,11 @@ dependencies {
publish()

runtimeJar()
sourcesJar()

sourcesJar {
from {
project(":compiler:tests-common").sourceSets["test"].allSource
}
}

javadocJar()

0 comments on commit b6d80a1

Please sign in to comment.