From 5cd5d2e36638903fb3e529f84baf822ddceb3149 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 8 Jul 2014 08:42:49 +0000 Subject: [PATCH] SSDM-559: back to previous version of task 'cleanDbSuite'. SVN: 31913 --- openbis/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openbis/build.gradle b/openbis/build.gradle index 6ed106f8e17..cc89c152416 100644 --- a/openbis/build.gradle +++ b/openbis/build.gradle @@ -66,9 +66,7 @@ sourceSets { task cleanDbSuite(type: Test) { useTestNG() options.suites('sourceTest/java/tests_system_cleandb_excluding_authorization.xml') - if (delegate.getProperties().get('reports') != null) { - reports.html.destination = file("${project.buildDir}/reports/tests-cleandb") - } + reports.html.destination = file("${project.buildDir}/reports/tests-cleandb") } -- GitLab