Skip to content

Commit 7821366

Browse files
committed
Add missing runtime dependency on TestNG and coverage plugins
1 parent 459d4f3 commit 7821366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

idea/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ dependencies {
5757
testRuntime(ideaSdkDeps("*.jar"))
5858

5959
testRuntime(ideaPluginDeps("*.jar", plugin = "junit"))
60-
testRuntime(ideaPluginDeps("jcommander", "resources_en", plugin = "testng"))
6160
testRuntime(ideaPluginDeps("resources_en", plugin = "properties"))
6261
testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))
6362
testRuntime(ideaPluginDeps("*.jar", plugin = "Groovy"))
64-
testRuntime(ideaPluginDeps("jacocoant", plugin = "coverage"))
63+
testRuntime(ideaPluginDeps("*.jar", plugin = "coverage"))
6564
testRuntime(ideaPluginDeps("*.jar", plugin = "maven"))
6665
testRuntime(ideaPluginDeps("*.jar", plugin = "android"))
66+
testRuntime(ideaPluginDeps("*.jar", plugin = "testng"))
6767

6868
// deps below are test runtime deps, but made test compile to split compilation and running to reduce mem req
6969
testCompile(project(":plugins:android-extensions-compiler"))

0 commit comments

Comments
 (0)