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

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