Prefer Kotlin Junit test run configurations when possible (KT-33787)

This commit is contained in:
Yan Zhulanow
2019-10-24 20:21:18 +09:00
parent 987307cf92
commit ef8b3cb72a
12 changed files with 257 additions and 64 deletions
+2
View File
@@ -162,6 +162,8 @@ dependencies {
testCompile(intellijPluginDep("copyright"))
testCompile(intellijPluginDep("properties"))
testCompile(intellijPluginDep("java-i18n"))
testCompile(intellijPluginDep("junit"))
testCompileOnly(intellijDep())
testCompileOnly(commonDep("com.google.code.findbugs", "jsr305"))
testCompileOnly(intellijPluginDep("gradle"))