From e4f1227ef3b1bef4ba9c1d10bc492e3d42c92739 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 19 Mar 2018 11:48:00 +0100 Subject: [PATCH] Fix location of artifacts in public integration tests --- tests/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/build.gradle b/tests/build.gradle index b83f411dac9..ae2b73cf2cc 100644 --- a/tests/build.gradle +++ b/tests/build.gradle @@ -89,9 +89,7 @@ task integrationTest(type: Test) { systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl') systemProperty 'orchestrator.artifactory.apiKey', System.getProperty('orchestrator.artifactory.apiKey') systemProperty 'orchestrator.artifactory.repositories', System.getProperty('orchestrator.artifactory.repositories') - if (project.hasProperty('cix')) { - systemProperty 'sonar.runtimeVersion', version - } + systemProperty 'sonar.runtimeVersion', System.getProperty('sonar.runtimeVersion') def category = System.getProperty('category') filter { -- 2.39.5