From: Simon Brandhof Date: Mon, 19 Mar 2018 10:48:00 +0000 (+0100) Subject: Fix location of artifacts in public integration tests X-Git-Tag: 7.5~1518 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e4f1227ef3b1bef4ba9c1d10bc492e3d42c92739;p=sonarqube.git Fix location of artifacts in public integration tests --- 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 {