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 733B

12345678910111213
  1. group=org.sonarsource.sonarqube
  2. version=9.9.3
  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.8-no-jdk-linux-x86_64.tar.gz
  12. elasticsearchDownloadSha512=904e049ba42335fe979f055b586d616f04e269caa16ffe285e8e30df31971aa9739b334d7471e19afd477103b541e8400a91aeecc4df7825d246c361ccdad29b
  13. projectType=application