diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2021-12-14 14:57:10 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-16 20:03:11 +0000 |
commit | 351385be95c8e2c3f73ebdcdeb88ee42b63d6bec (patch) | |
tree | ff4696b78e8a2f59fe20f0ecf66a6fde40a7ae6b /gradle.properties | |
parent | ad08d96448ed6e4c80643f6f82add2c38644e153 (diff) | |
download | sonarqube-8.9.5.50698.tar.gz sonarqube-8.9.5.50698.zip |
SONAR-15840 Fix SSF-2198.9.5.50698
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 4afeda34ef6..8346f719ac6 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.14.1-no-jdk-linux-x86_64.tar.gz -elasticsearchDownloadSha512=77dca78ba865ae74863b3b2a3cd61e8a8e4478cd02eb020184dbf89fa32cf145a6bbd1d11a1cb88c2236a3b8cdb8b0047e3c0f1a40f609f31b898c905b2c211d +elasticsearchDownloadUrlFile=elasticsearch-7.16.1-no-jdk-linux-x86_64.tar.gz +elasticsearchDownloadSha512=529280741a3fe87df267abfa0fa03e79c24d0403f293f3604ddfddf01980efdc654cbb4586513d8424186298707bfd6fcbd21027d345262d6418e6021a9c4f88 |