aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacek Poreda <jacek.poreda@sonarsource.com>2023-04-13 10:30:15 +0200
committersonartech <sonartech@sonarsource.com>2023-04-13 20:03:05 +0000
commitd7389a2ffe37df84c9e074b84a7e51557937bd5b (patch)
tree2dda6a5ac07eb31d65c75b3284a77ac05e6ec351
parente93d5bb79046619fb99a0653a2cbb62b734be75b (diff)
downloadsonarqube-d7389a2ffe37df84c9e074b84a7e51557937bd5b.tar.gz
sonarqube-d7389a2ffe37df84c9e074b84a7e51557937bd5b.zip
SONAR-19005 Fix Elasticsearch download url
-rw-r--r--gradle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index b240a3fbb46..06e22e2c3b5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,7 +7,7 @@ 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/elasticsearch-8.7.0-linux-x86_64.tar.gz
+elasticsearchDownloadUrlPath=https://artifacts.elastic.co/downloads/elasticsearch/
elasticsearchDownloadRepoxUrlPath=https://repox.jfrog.io/artifactory/sonarsource-bucket/sonarqube/elasticsearch/
elasticsearchDownloadUrlFileNoJdk=elasticsearch-8.7.0-no-jdk-linux-x86_64.tar.gz
elasticsearchDownloadUrlFileJdk=elasticsearch-8.7.0-linux-x86_64.tar.gz