Remove unnecessary dependencies on visualizer module
This commit is contained in:
committed by
TeamCityServer
parent
13ef126d4c
commit
6f639a39a7
@@ -8,8 +8,11 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
compile(kotlinStdlib())
|
||||
testCompile(projectTests(":compiler:visualizer"))
|
||||
testCompile(projectTests(":generators:test-generator"))
|
||||
testApi(projectTests(":compiler:tests-common"))
|
||||
|
||||
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user