Clean unused dependencies, minor refactorings
This commit is contained in:
@@ -30,7 +30,6 @@ val projectsToInclude = listOf(
|
||||
":kotlin-daemon-client")
|
||||
|
||||
dependencies {
|
||||
val testCompile by configurations
|
||||
projectsToInclude.forEach {
|
||||
jarContents(project(it)) { isTransitive = false }
|
||||
testCompile(project(it))
|
||||
|
||||
Reference in New Issue
Block a user