Fix generators tests compilation

This commit is contained in:
Ilya Chernikov
2017-08-13 23:20:01 +02:00
parent 513ab08edd
commit fac2c16999
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -11,6 +11,7 @@ dependencies {
val testRuntime by configurations
compile(project(":core"))
compile(project(":idea"))
compile(project(":j2k"))
compile(project(":compiler:util"))
compile(project(":compiler:cli"))
compile(project(":compiler:backend"))
@@ -26,6 +27,7 @@ dependencies {
compile(projectTests(":compiler:tests-java8"))
compile(projectTests(":compiler:container"))
compile(projectTests(":idea"))
compile(projectTests(":j2k"))
compile(projectTests(":idea:idea-android"))
compile(projectTests(":jps-plugin"))
compile(projectTests(":plugins:plugins-tests"))