diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 2a0e987ed24..566cba8aa11 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,12 @@ group=org.sonarsource.sonarqube version=9.9.5 + +# End Of Life date for the version. MMF-3763. format is yyyy-MM-dd +# 6 months from the release date for non LTA versions +# 30 months from the release date for LTA versions +# No change required for patch versions +versionEOL=2025-08-07 + description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |