diff options
author | lukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com> | 2024-01-23 16:14:03 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-01-31 20:03:36 +0000 |
commit | 5b55beb1797b09864038ccfd3ce788dcf8434cf0 (patch) | |
tree | f1e51862d54cde6726740b4ec97d44453f4847d0 /gradle.properties | |
parent | de8e2d2710db116ce0c3d6dd17499223f5e8cd07 (diff) | |
download | sonarqube-5b55beb1797b09864038ccfd3ce788dcf8434cf0.tar.gz sonarqube-5b55beb1797b09864038ccfd3ce788dcf8434cf0.zip |
SONAR-21455 Compute software quality measures for overall code
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 cfd534f9943..a866f11c959 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group=org.sonarsource.sonarqube version=10.4 -pluginApiVersion=10.5.0.2090 +pluginApiVersion=10.6.0.2104 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |