From 791659dd5e60709f28f9afa7983cee5375acb136 Mon Sep 17 00:00:00 2001 From: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:22:11 +0200 Subject: SONAR-22018 introduce version EOL to properties, and update GlobalAction --- gradle.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gradle.properties') 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 -- cgit v1.2.3