File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ dependencies {
57
57
testRuntime(ideaSdkDeps(" *.jar" ))
58
58
59
59
testRuntime(ideaPluginDeps(" *.jar" , plugin = " junit" ))
60
- testRuntime(ideaPluginDeps(" jcommander" , " resources_en" , plugin = " testng" ))
61
60
testRuntime(ideaPluginDeps(" resources_en" , plugin = " properties" ))
62
61
testRuntime(ideaPluginDeps(" *.jar" , plugin = " gradle" ))
63
62
testRuntime(ideaPluginDeps(" *.jar" , plugin = " Groovy" ))
64
- testRuntime(ideaPluginDeps(" jacocoant " , plugin = " coverage" ))
63
+ testRuntime(ideaPluginDeps(" *.jar " , plugin = " coverage" ))
65
64
testRuntime(ideaPluginDeps(" *.jar" , plugin = " maven" ))
66
65
testRuntime(ideaPluginDeps(" *.jar" , plugin = " android" ))
66
+ testRuntime(ideaPluginDeps(" *.jar" , plugin = " testng" ))
67
67
68
68
// deps below are test runtime deps, but made test compile to split compilation and running to reduce mem req
69
69
testCompile(project(" :plugins:android-extensions-compiler" ))
You can’t perform that action at this time.
0 commit comments