diff options
author | Lukasz Jarocki <lukasz.jarocki@sonarsource.com> | 2025-01-31 16:38:26 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-01-31 20:03:00 +0000 |
commit | cfdf2faf6d306c576ea97861fe0f22a64a68f53c (patch) | |
tree | 295b1ce1a04c0a5e65a41bf7f775a57f8da93982 | |
parent | d77893f440e1823d8a0d5128cd1d47299f9f58d1 (diff) | |
download | sonarqube-25.2.0.102705.tar.gz sonarqube-25.2.0.102705.zip |
SONAR-24173 downgrading elasticsearch to 8.16.325.2.0.102705
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index f6678f212bd..8792706689a 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.17.1 +elasticSearchServerVersion=8.16.3 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.13+11 |