diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-08-29 10:25:32 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-09-19 10:51:43 +0200 |
commit | 3f671cfcace8552a32b78a9e3327394d85f863ba (patch) | |
tree | 0b6e92572551dc464d0e90ee5e3ae217dbf6305b /server/sonar-db-core | |
parent | 6ab822a9d79091837ee96ff27317597bbb6c6e5e (diff) | |
download | sonarqube-3f671cfcace8552a32b78a9e3327394d85f863ba.tar.gz sonarqube-3f671cfcace8552a32b78a9e3327394d85f863ba.zip |
SONAR-11268 replace Jenkins by Cirrus CI
Diffstat (limited to 'server/sonar-db-core')
-rw-r--r-- | server/sonar-db-core/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-db-core/build.gradle b/server/sonar-db-core/build.gradle index 9fcef14168c..03861dfcd76 100644 --- a/server/sonar-db-core/build.gradle +++ b/server/sonar-db-core/build.gradle @@ -46,7 +46,7 @@ task createDB(type:JavaExec) { main = 'org.sonar.db.CreateDb' classpath = sourceSets.test.runtimeClasspath systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl') - systemProperty 'sonar.runtimeVersion', System.getProperty('sonar.runtimeVersion') + systemProperty 'sonar.runtimeVersion', project.version } test { |