Fix JPS classpath
This commit is contained in:
committed by
Ilya Chernikov
parent
a63d1a53c3
commit
129dc42a25
@@ -67,7 +67,7 @@ dependencies {
|
||||
|
||||
// deps below are test runtime deps, but made test compile to split compilation and running to reduce mem req
|
||||
testCompile(project(":android-extensions-compiler"))
|
||||
testCompile(project(":plugins:android-extensions-idea")) { isTransitive = false }
|
||||
testCompile(project(":plugins:android-extensions-ide")) { isTransitive = false }
|
||||
testCompile(project(":allopen-ide-plugin")) { isTransitive = false }
|
||||
testCompile(project(":kotlin-allopen-compiler-plugin"))
|
||||
testCompile(project(":noarg-ide-plugin")) { isTransitive = false }
|
||||
|
||||
Reference in New Issue
Block a user