Explicitly specify test dist dependencies

This commit is contained in:
Mikhael Bogdanov
2018-10-25 10:49:44 +02:00
parent 812d3d9ce6
commit afc78be58e
4 changed files with 26 additions and 26 deletions
-24
View File
@@ -36,30 +36,6 @@ val depDistProjects = listOf(
":kotlin-stdlib",
":kotlin-test:kotlin-test-jvm"
)
// TODO: it seems incomplete, find and add missing dependencies
val testDistProjects = listOf(
"", // for root project
":kotlin-stdlib:jvm-minimal-for-test",
":kotlin-compiler",
":kotlin-script-runtime",
":kotlin-stdlib",
":kotlin-stdlib-jre7",
":kotlin-stdlib-jre8",
":kotlin-stdlib-jdk7",
":kotlin-stdlib-jdk8",
":kotlin-stdlib-js",
":kotlin-reflect",
":kotlin-test:kotlin-test-jvm",
":kotlin-test:kotlin-test-junit",
":kotlin-test:kotlin-test-js",
":kotlin-preloader",
":plugins:android-extensions-compiler",
":kotlin-ant",
":kotlin-annotations-jvm",
":kotlin-annotations-android"
)
val antLauncherJar by configurations.creating
dependencies {