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

12345678910111213141516
  1. group=org.sonarsource.sonarqube
  2. version=9.9.6
  3. # End Of Life date for the version. MMF-3763. format is yyyy-MM-dd
  4. # 6 months from the release date for non LTA versions
  5. # 30 months from the release date for LTA versions
  6. # No change required for patch versions
  7. versionEOL=2025-08-07
  8. description=Open source platform for continuous inspection of code quality
  9. projectTitle=SonarQube
  10. org.gradle.jvmargs=-Xmx2048m
  11. org.gradle.caching=true
  12. org.gradle.vfs.watch=true
  13. elasticsearchVersion=7.17.15
  14. projectType=application