Fix JPS classpath

This commit is contained in:
Simon Ogorodnik
2017-09-06 18:30:42 +03:00
committed by Ilya Chernikov
parent a63d1a53c3
commit 129dc42a25
13 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ dependencies {
testCompile(project(":compiler:cli"))
testCompile(project(":compiler.tests-common"))
testCompile(project(":android-extensions-compiler"))
testCompile(project(":plugins:android-extensions-idea"))
testCompile(project(":plugins:android-extensions-ide"))
testCompile(project(":allopen-ide-plugin")) { isTransitive = false }
testCompile(project(":kotlin-allopen-compiler-plugin"))
testCompile(project(":noarg-ide-plugin")) { isTransitive = false }