aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorAlain Kermis <alain.kermis@sonarsource.com>2024-02-19 13:36:47 +0100
committersonartech <sonartech@sonarsource.com>2024-02-20 20:02:45 +0000
commit91841b996da676b769a45dc831d6104465e2fc41 (patch)
tree38e0867097fc130141cd9fbd6b8d8f16e0ef02c3 /gradle.properties
parent172288cc06ac9da7918f99ed217ddb3c0382679a (diff)
downloadsonarqube-91841b996da676b769a45dc831d6104465e2fc41.tar.gz
sonarqube-91841b996da676b769a45dc831d6104465e2fc41.zip
SONAR-19498 Backport handling ElasticSearch as a regular gradle dependency
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties6
1 files changed, 1 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties
index 90e03b1cbf4..2a0e987ed24 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -5,9 +5,5 @@ projectTitle=SonarQube
org.gradle.jvmargs=-Xmx2048m
org.gradle.caching=true
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.15-no-jdk-linux-x86_64.tar.gz
-elasticsearchDownloadSha512=554869c7b420ae25a21477962d9edc0d6f4c256247c03a59927282f6a908639c3aec30b27237c1fd8bd496b31d1027056fbdf83b3eaaa6d002b0e1eddf02a232
+elasticsearchVersion=7.17.15
projectType=application