201: picocontainer.jar is removed
This commit is contained in:
@@ -54,7 +54,11 @@ dependencies {
|
||||
testCompile(project(":compiler:util"))
|
||||
|
||||
testRuntime(project(":kotlin-reflect"))
|
||||
testRuntime(intellijDep()) { includeJars("picocontainer", "trove4j", "guava", "jdom", rootProject = rootProject) }
|
||||
|
||||
if (Platform[193].orLower()) {
|
||||
testRuntime(intellijDep()) { includeJars("picocontainer", rootProject = rootProject) }
|
||||
}
|
||||
testRuntime(intellijDep()) { includeJars("trove4j", "guava", "jdom", rootProject = rootProject) }
|
||||
|
||||
|
||||
val currentOs = OperatingSystem.current()
|
||||
|
||||
Reference in New Issue
Block a user