Build: Add missing tools.jar to performance tests runtime
This commit is contained in:
@@ -9,6 +9,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
testRuntimeOnly(intellijDep())
|
testRuntimeOnly(intellijDep())
|
||||||
testRuntimeOnly(intellijRuntimeAnnotations())
|
testRuntimeOnly(intellijRuntimeAnnotations())
|
||||||
|
testRuntimeOnly(toolsJar())
|
||||||
testRuntimeOnly(project(":kotlin-reflect"))
|
testRuntimeOnly(project(":kotlin-reflect"))
|
||||||
testRuntimeOnly(project(":plugins:android-extensions-ide"))
|
testRuntimeOnly(project(":plugins:android-extensions-ide"))
|
||||||
testRuntimeOnly(project(":plugins:kapt3-idea"))
|
testRuntimeOnly(project(":plugins:kapt3-idea"))
|
||||||
|
|||||||
Reference in New Issue
Block a user