Build: Fix test runtime for gradle plugin tests

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 00:44:36 +03:00
parent dc2a7fdc13
commit c4e33728a8
@@ -75,7 +75,7 @@ dependencies {
compileOnly("com.android.tools.build:gradle-core:3.0.0") { isTransitive = false }
compileOnly("com.android.tools.build:builder-model:3.0.0") { isTransitive = false }
testCompileOnly(intellijDep()) { includeJars("serviceMessages", "junit", rootProject = rootProject) }
testCompile(intellijDep()) { includeJars("serviceMessages", "junit", rootProject = rootProject) }
testCompileOnly(project(":compiler"))
testCompile(projectTests(":kotlin-build-common"))
testCompile(project(":kotlin-android-extensions"))