diff options
author | Julien Carsique <julien.carsique@sonarsource.com> | 2022-04-11 10:10:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-05-24 20:10:14 +0000 |
commit | 251e1fa5c7bb38ce93dc426ae2e395d44819f721 (patch) | |
tree | 313028337403b141bac1aaf9d0a88941f7faa502 /gradle.properties | |
parent | aaf931d953e0610e875b24fd21069157330b8965 (diff) | |
download | sonarqube-251e1fa5c7bb38ce93dc426ae2e395d44819f721.tar.gz sonarqube-251e1fa5c7bb38ce93dc426ae2e395d44819f721.zip |
feat(BUILD-1436): sbom plugin
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 33aa14f9409..3fe09e79aba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,3 +13,5 @@ elasticsearchDownloadUrlPath=https://artifacts.elastic.co/downloads/elasticsearc elasticsearchDownloadRepoxUrlPath=https://repox.jfrog.io/artifactory/sonarsource-bucket/sonarqube/elasticsearch/ elasticsearchDownloadUrlFile=elasticsearch-7.17.1-no-jdk-linux-x86_64.tar.gz elasticsearchDownloadSha512=3f572eed0d0a9140f843dcc07911c32a10bb76c4e2c2a4c904ba3279e0401c58fe0f7c7776a7347fec3acd5dbebf3c9f1888f59e782c3a46c76f038e82d53f7c + +projectType=application |