aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-19 11:48:00 +0100
committerSonarTech <sonartech@sonarsource.com>2018-03-22 12:37:47 +0100
commite4f1227ef3b1bef4ba9c1d10bc492e3d42c92739 (patch)
tree5a4fb9f5c1285bf2e1502275c07835248d588446
parent99da49bb3ba36077917d82ba9affd1e6f24f5d8d (diff)
downloadsonarqube-e4f1227ef3b1bef4ba9c1d10bc492e3d42c92739.tar.gz
sonarqube-e4f1227ef3b1bef4ba9c1d10bc492e3d42c92739.zip
Fix location of artifacts in public integration tests
-rw-r--r--tests/build.gradle4
1 files changed, 1 insertions, 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 {