aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-08-29 10:25:32 +0200
committersonartech <sonartech@sonarsource.com>2018-09-19 10:51:43 +0200
commit3f671cfcace8552a32b78a9e3327394d85f863ba (patch)
tree0b6e92572551dc464d0e90ee5e3ae217dbf6305b /server/sonar-db-core
parent6ab822a9d79091837ee96ff27317597bbb6c6e5e (diff)
downloadsonarqube-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.gradle2
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 {