[TEST] Introduce test-infrastructure-utils module and extract common test utilities here
This commit is contained in:
@@ -13,9 +13,12 @@ plugins { `java` }
|
||||
|
||||
val packedJars by configurations.creating
|
||||
|
||||
val projectsToInclude = listOf(":compiler:tests-common",
|
||||
":compiler:incremental-compilation-impl",
|
||||
":kotlin-build-common")
|
||||
val projectsToInclude = listOf(
|
||||
":compiler:test-infrastructure-utils",
|
||||
":compiler:tests-common",
|
||||
":compiler:incremental-compilation-impl",
|
||||
":kotlin-build-common"
|
||||
)
|
||||
|
||||
dependencies {
|
||||
for (projectName in projectsToInclude) {
|
||||
|
||||
Reference in New Issue
Block a user