diff options
author | Léo Geoffroy <leo.geoffroy@sonarsource.com> | 2024-07-18 10:08:04 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-23 20:02:45 +0000 |
commit | dcdb0f14b776a8e65ea20dab77ba2486d932b30f (patch) | |
tree | 01f2fc10b39dfb87d80f11b2eb1962ace85815b6 /gradle.properties | |
parent | 4d71184dc37786c57360965a2940691ee5928b43 (diff) | |
download | sonarqube-dcdb0f14b776a8e65ea20dab77ba2486d932b30f.tar.gz sonarqube-dcdb0f14b776a8e65ea20dab77ba2486d932b30f.zip |
SONAR-22542 Index new STIG security standard
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 cd4b8601926..435bf57a80c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,7 @@ version=10.7 # 30 months from the release date for LTA versions # No change required for patch versions versionEOL=2025-03-27 - -pluginApiVersion=10.8.0.2329 +pluginApiVersion=10.10.0.2391 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |