diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-10-22 15:24:06 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-23 20:02:47 +0000 |
commit | 22abf56628d035d8c16ea587ef0570cf2f1b8ea5 (patch) | |
tree | a3cdaa07893165d748297f8f324f59654d0d72be /gradle.properties | |
parent | dff3bfa1c6ff73aaf5314935ce90e1a98474d60f (diff) | |
download | sonarqube-22abf56628d035d8c16ea587ef0570cf2f1b8ea5.tar.gz sonarqube-22abf56628d035d8c16ea587ef0570cf2f1b8ea5.zip |
SONAR-23133 Downgrade ElasticSearch Server from 8.15.2 to 8.14.3
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index fa2bfc99ee2..0794fc47a86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m org.gradle.caching=true org.gradle.vfs.watch=true -elasticSearchServerVersion=8.15.2 +elasticSearchServerVersion=8.14.3 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.11+9 |