diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-12-16 17:16:06 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-20 20:03:01 +0000 |
commit | 21dee15137d874dab230f0620cdae84a63878477 (patch) | |
tree | fceadce69e853976d079bd126406e10801d912ad /gradle.properties | |
parent | 6d2194b28d6395ea6b22a09bbd60c598e18995b8 (diff) | |
download | sonarqube-21dee15137d874dab230f0620cdae84a63878477.tar.gz sonarqube-21dee15137d874dab230f0620cdae84a63878477.zip |
[NO JIRA] Update org.elasticsearch.client:elasticsearch-rest-high-level-client to 7.17.8
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gradle.properties b/gradle.properties index cd1813b94e9..58f049b825f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,16 +2,12 @@ group=org.sonarsource.sonarqube version=9.9 description=Open source platform for continuous inspection of code quality 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.6-no-jdk-linux-x86_64.tar.gz -elasticsearchDownloadSha512=d3d1a16c2276d7ede911fc53915c988e17532a6481f9e4827677f6b40e6ccade6a9655a28bdb6460e98a4229f7cef807441e20afcdc161010f674ce1483da4f4 - +elasticsearchDownloadUrlFile=elasticsearch-7.17.8-no-jdk-linux-x86_64.tar.gz +elasticsearchDownloadSha512=904e049ba42335fe979f055b586d616f04e269caa16ffe285e8e30df31971aa9739b334d7471e19afd477103b541e8400a91aeecc4df7825d246c361ccdad29b projectType=application |