Build: Fix test runtime for gradle plugin tests
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user