group=org.sonarsource.sonarqube
-version=10.8
+version=24.11
# End Of Life date for the version. MMF-3763. format is yyyy-MM-dd
# 6 months from the release date for non LTA versions
# 30 months from the release date for LTA versions
mainClass = 'org.sonar.db.createdb.CreateDb'
classpath = sourceSets.test.runtimeClasspath
systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl')
- if (!project.version.endsWith("-SNAPSHOT")) {
- systemProperty 'sonar.runtimeVersion', project.version
- }
+ if (!project.version.endsWith("-SNAPSHOT")) {
+ systemProperty 'sonar.runtimeVersion', project.version
+ systemProperty 'sonar.communityRuntimeVersion', project.version
+ }
}
task populateDB(type: JavaExec) {