]> source.dussan.org Git - sonarqube.git/commitdiff
Fix location of artifacts in public integration tests
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 19 Mar 2018 10:48:00 +0000 (11:48 +0100)
committerSonarTech <sonartech@sonarsource.com>
Thu, 22 Mar 2018 11:37:47 +0000 (12:37 +0100)
tests/build.gradle

index b83f411dac944f8e75ff465deaa79ccd1a57ccc5..ae2b73cf2cc4fd6967901ec6e090ea204cca2a89 100644 (file)
@@ -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 {