diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-06-19 11:23:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-06-19 18:34:42 +0200 |
commit | 335cb657544f2c01b9efdc561b42534e8dc558ee (patch) | |
tree | 4a74105a9128f0c1d66a6e35a2326b0ba363842d /server | |
parent | 93e8d8f3df54ce5fb93ca5ccb1e01f6e2224cbe1 (diff) | |
download | sonarqube-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.gradle | 2 |
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 { |