mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
discovered tests statistic report + test-discovery-plugin-base:0.1.55
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user