diff options
author | lukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com> | 2024-06-25 15:07:14 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-06-26 20:03:32 +0000 |
commit | f58e8ef5c3d6c99ec18749314c73d6634c427d2f (patch) | |
tree | c736ff5ab5a400994955ca90163582dac4eaebed /gradle.properties | |
parent | 6df23c460af61c95cb7681dc599d2dfb376fa526 (diff) | |
download | sonarqube-f58e8ef5c3d6c99ec18749314c73d6634c427d2f.tar.gz sonarqube-f58e8ef5c3d6c99ec18749314c73d6634c427d2f.zip |
SONAR-19530 bumped plugin api version to 10.8
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c267f21d4d8..7ca7e6725a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ version=10.7 # No change required for patch versions versionEOL=2025-03-01 -pluginApiVersion=10.8.0.2326 +pluginApiVersion=10.8.0.2329 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |