diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2021-06-01 09:52:20 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-06-01 20:51:23 +0000 |
commit | ec48ff5ed96425d649adae8920e23e2a35c311bf (patch) | |
tree | 48de5daecc18c4366f2e582b5e324ff8a57928b2 /gradle.properties | |
parent | a332afa1b34f0b11b47ffd7e7c5cebd714830c97 (diff) | |
download | sonarqube-ec48ff5ed96425d649adae8920e23e2a35c311bf.tar.gz sonarqube-ec48ff5ed96425d649adae8920e23e2a35c311bf.zip |
BUILD-890 Do not store elasticsearch distribution in the repository.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 1c9a14ffc16..df988070e34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,3 +7,9 @@ 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.12.1-no-jdk-linux-x86_64.tar.gz +elasticsearchDownloadSha512=c91fd66668977280d7339caf6b4fef9fce5640492f0e2a65bc537c6da8397c801a3727f1ff56b7a1591b11ea47195720c588a4eba473043f829a87cd3dcc0af4 |