aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorJacek Poreda <jacek.poreda@sonarsource.com>2023-02-06 09:10:02 +0100
committersonartech <sonartech@sonarsource.com>2023-02-09 20:03:34 +0000
commitfba12617210b4fda3f97fed9491f111588443d70 (patch)
tree3d84be8937f6cbf6f5340d4b77479b9ab56c1c28 /gradle.properties
parente5717b5f638bae5aa844e35b32deea61ef9c5e38 (diff)
downloadsonarqube-fba12617210b4fda3f97fed9491f111588443d70.tar.gz
sonarqube-fba12617210b4fda3f97fed9491f111588443d70.zip
SONAR-17714 Update ES binaries
- use no-jdk for local development and jdk for open source part - use ES cli tool to start Elasticsearch - platform agnostic - fix query issue with dates - disable security autoconfiguration on a single node environment - fix single-node settings - Use Elasticsearch CLI java tool to run keystore cli and Elasticsearch
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 57533140a19..fdb8533a051 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -9,6 +9,8 @@ org.gradle.vfs.watch=true
# https://www.elastic.co/downloads/elasticsearch-no-jdk
elasticsearchDownloadUrlPath=https://artifacts.elastic.co/downloads/elasticsearch/
elasticsearchDownloadRepoxUrlPath=https://repox.jfrog.io/artifactory/sonarsource-bucket/sonarqube/elasticsearch/
-elasticsearchDownloadUrlFile=elasticsearch-7.17.8-no-jdk-linux-x86_64.tar.gz
-elasticsearchDownloadSha512=904e049ba42335fe979f055b586d616f04e269caa16ffe285e8e30df31971aa9739b334d7471e19afd477103b541e8400a91aeecc4df7825d246c361ccdad29b
+elasticsearchDownloadUrlFileNoJdk=elasticsearch-8.6.1-no-jdk-linux-x86_64.tar.gz
+elasticsearchDownloadUrlFileJdk=elasticsearch-8.6.1-linux-x86_64.tar.gz
+elasticsearchDownloadSha512NoJdk=b0da32bcd3edd78214164530c3fdeee6e7e0cd5e8a965251ebf1423bdd809a411fa654d4dd6dae37e5bf84174b4f5988f7388ce86d9363150d78ca87805d6d8a
+elasticsearchDownloadSha512Jdk=29ba49201bd4dd0c8b2e7a1cd96d90cc2876b40ee16b1cbc53f01bc450652b3d540522e6c92fb32e8cd972a67370dbdb4c4ae1e0c9fd570536b3da62cc8da65e
projectType=application