aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorOrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com>2024-04-09 15:22:11 +0200
committersonartech <sonartech@sonarsource.com>2024-04-10 20:02:53 +0000
commit791659dd5e60709f28f9afa7983cee5375acb136 (patch)
tree23a8152c5ab1e21edb5c4cacfac1d5e99ec2e24f /gradle.properties
parentf5dd75ab4b842eb2a5280411cfaceb0c09eea57d (diff)
downloadsonarqube-791659dd5e60709f28f9afa7983cee5375acb136.tar.gz
sonarqube-791659dd5e60709f28f9afa7983cee5375acb136.zip
SONAR-22018 introduce version EOL to properties, and update GlobalAction
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties7
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