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.8
  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.6-no-jdk-linux-x86_64.tar.gz
  12. elasticsearchDownloadSha512=d3d1a16c2276d7ede911fc53915c988e17532a6481f9e4827677f6b40e6ccade6a9655a28bdb6460e98a4229f7cef807441e20afcdc161010f674ce1483da4f4
  13. projectType=application