aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-06-19 11:23:08 +0200
committersonartech <sonartech@sonarsource.com>2018-06-19 18:34:42 +0200
commit335cb657544f2c01b9efdc561b42534e8dc558ee (patch)
tree4a74105a9128f0c1d66a6e35a2326b0ba363842d /server
parent93e8d8f3df54ce5fb93ca5ccb1e01f6e2224cbe1 (diff)
downloadsonarqube-335cb657544f2c01b9efdc561b42534e8dc558ee.tar.gz
sonarqube-335cb657544f2c01b9efdc561b42534e8dc558ee.zip
Fix configuration of Artifactory in QA tests (#400)
Diffstat (limited to 'server')
-rw-r--r--server/sonar-db-core/build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/sonar-db-core/build.gradle b/server/sonar-db-core/build.gradle
index df83a0aeaac..10a0e9f4718 100644
--- a/server/sonar-db-core/build.gradle
+++ b/server/sonar-db-core/build.gradle
@@ -47,8 +47,6 @@ task createDB(type:JavaExec) {
classpath = sourceSets.test.runtimeClasspath
systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl')
systemProperty 'sonar.runtimeVersion', System.getProperty('sonar.runtimeVersion')
- systemProperty 'orchestrator.artifactory.apiKey', System.getProperty('orchestrator.artifactory.apiKey')
- systemProperty 'orchestrator.artifactory.repositories', System.getProperty('orchestrator.artifactory.repositories')
}
test {