From 21419645dabc28c507c296cdedad95f6bce06779 Mon Sep 17 00:00:00 2001 From: "Dmitriy.Panov" Date: Wed, 25 Apr 2018 12:58:52 +0300 Subject: [PATCH] discovered tests statistic report + test-discovery-plugin-base:0.1.55 --- build/dependencies/setupBuildScriptsDeps.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dependencies/setupBuildScriptsDeps.gradle b/build/dependencies/setupBuildScriptsDeps.gradle index 80a9f3bdc011..76905808dd09 100644 --- a/build/dependencies/setupBuildScriptsDeps.gradle +++ b/build/dependencies/setupBuildScriptsDeps.gradle @@ -62,7 +62,7 @@ task setupTestDiscoveryDeps { testDiscoveryDeps.mkdirs() configurations.detachedConfiguration( (dependencies - .create('org.jetbrains.testDiscovery:test-discovery-plugin-base:0.1.52') as ModuleDependency) + .create('org.jetbrains.testDiscovery:test-discovery-plugin-base:0.1.55') as ModuleDependency) .exclude(group: 'org.codehaus.groovy', module: 'groovy-all') ).files.each { from -> def into = Paths.get("$dir/$from.name")