diff options
author | Belen Pruvost <belen.pruvost@sonarsource.com> | 2022-03-23 11:31:11 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-23 20:02:45 +0000 |
commit | 71f680aa1c432ea8bb18e1f5fd4e2d2d40a3ab8d (patch) | |
tree | d86fe25c60ff60d39686e9677ddfe03deb33010a /gradle.properties | |
parent | f6a29b92cafe474d5ea62619aef7d7ffa6453d96 (diff) | |
download | sonarqube-71f680aa1c432ea8bb18e1f5fd4e2d2d40a3ab8d.tar.gz sonarqube-71f680aa1c432ea8bb18e1f5fd4e2d2d40a3ab8d.zip |
[NO-JIRA] Upgrade ES to 7.17.1
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index a601790971d..ae1b76d916f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,5 +11,5 @@ 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.0-no-jdk-linux-x86_64.tar.gz -elasticsearchDownloadSha512=b23f5345631ab7366488fa621d0cb8050ed5a29ac9bf71d9f0689baaa2440e614ea3b34a0f65f8a84593f356da053e52e2ed2624abe76b067fe7f7adeb108565 +elasticsearchDownloadUrlFile=elasticsearch-7.17.1-no-jdk-linux-x86_64.tar.gz +elasticsearchDownloadSha512=3f572eed0d0a9140f843dcc07911c32a10bb76c4e2c2a4c904ba3279e0401c58fe0f7c7776a7347fec3acd5dbebf3c9f1888f59e782c3a46c76f038e82d53f7c |