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.5
  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.1-no-jdk-linux-x86_64.tar.gz
  12. elasticsearchDownloadSha512=3f572eed0d0a9140f843dcc07911c32a10bb76c4e2c2a4c904ba3279e0401c58fe0f7c7776a7347fec3acd5dbebf3c9f1888f59e782c3a46c76f038e82d53f7c
  13. projectType=application