Resolve dependencies as graph, support multiple modules in a project
This commit is contained in:
committed by
TeamCityServer
parent
f1fb438d00
commit
d66f95b80e
+1
-2
@@ -427,8 +427,7 @@ class HierarchicalMppIT : BaseGradleIT() {
|
||||
shouldInclude: Iterable<Pair<String, String>> = emptyList(),
|
||||
shouldNotInclude: Iterable<Pair<String, String>> = emptyList()
|
||||
) {
|
||||
val taskOutput = getOutputForTask(taskPath.removePrefix(":"))
|
||||
val compilerArgsLine = taskOutput.lines().single { "Kotlin compiler args:" in it }
|
||||
val compilerArgsLine = output.lines().single { "$taskPath Kotlin compiler args:" in it }
|
||||
val classpathItems = compilerArgsLine.substringAfter("-classpath").substringBefore(" -").split(File.pathSeparator)
|
||||
|
||||
val actualClasspath = classpathItems.joinToString("\n")
|
||||
|
||||
Reference in New Issue
Block a user