diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index 6d2eb0718c0..af57100230c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ group=org.sonarsource.sonarqube -version=25.7 +version=25.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 +# 18 months from the release date for LTA versions # No change required for patch versions -versionEOL=2027-01-31 -pluginApiVersion=12.0.0.2960 +versionEOL=2027-02-01 +pluginApiVersion=13.0.0.3026 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m @@ -15,4 +15,4 @@ elasticSearchServerVersion=8.16.3 projectType=application artifactoryUrl=https://repox.jfrog.io/repox jre_release_name=jdk-17.0.13+11 -webappVersion=2025.4.0.19514 +webappVersion=2025.4.0.22023 |