You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gradle.properties 735B

1234567891011121314151617
  1. group=org.sonarsource.sonarqube
  2. version=9.7
  3. description=Open source platform for continuous inspection of code quality
  4. projectTitle=SonarQube
  5. org.gradle.jvmargs=-Xmx2048m
  6. org.gradle.caching=true
  7. org.gradle.vfs.watch=true
  8. # https://www.elastic.co/downloads/elasticsearch-no-jdk
  9. elasticsearchDownloadUrlPath=https://artifacts.elastic.co/downloads/elasticsearch/
  10. elasticsearchDownloadRepoxUrlPath=https://repox.jfrog.io/artifactory/sonarsource-bucket/sonarqube/elasticsearch/
  11. elasticsearchDownloadUrlFile=elasticsearch-7.17.5-no-jdk-linux-x86_64.tar.gz
  12. elasticsearchDownloadSha512=d8bc819c9ac5a9035d08e45abf8464275cc2cad7c2f091a3e112100ffbd2605759543e111d9e44c3352f92a08230287c2cba6a91f07ab3d92513682e56b97184
  13. projectType=application