diff options
author | Léo Geoffroy <leo.geoffroy@sonarsource.com> | 2024-10-10 18:14:38 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-16 20:03:01 +0000 |
commit | e2cb22069d25733459a1d058be1a7c1f3ca370ef (patch) | |
tree | 8174db0874a9c60e1ed26ae7cea13fb025d6d9e6 /gradle.properties | |
parent | 5038a353ca5917a647e5613859fbf62e756f4a21 (diff) | |
download | sonarqube-e2cb22069d25733459a1d058be1a7c1f3ca370ef.tar.gz sonarqube-e2cb22069d25733459a1d058be1a7c1f3ca370ef.zip |
SONAR-23250 handle impacts on active rules in scanner engine
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index ed397c125b2..4167263696f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,11 @@ group=org.sonarsource.sonarqube version=10.8 - # 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-05-27 -pluginApiVersion=10.11.0.2468 +pluginApiVersion=10.12.0.2507 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |