diff options
author | Steve Marion <steve.marion@sonarsource.com> | 2025-02-28 11:43:24 +0100 |
---|---|---|
committer | Matteo Mara <matteo.mara@sonarsource.com> | 2025-03-17 22:23:55 +0100 |
commit | e496fb60dd1fbf1fd90b6ca08b9499ba8035a5c0 (patch) | |
tree | d3a05e787e27b72b17b9502d65a919425510fd51 | |
parent | 1893896df9195b0f119fb0e37129ea56c953e483 (diff) | |
download | sonarqube-e496fb60dd1fbf1fd90b6ca08b9499ba8035a5c0.tar.gz sonarqube-e496fb60dd1fbf1fd90b6ca08b9499ba8035a5c0.zip |
SONAR-24521 upgrade sonar plugin API to version 11.3
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 6c7141e1a6a..6d941c15b90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ version=25.4 # 30 months from the release date for LTA versions # No change required for patch versions versionEOL=2025-07-01 -pluginApiVersion=11.2.0.2797 +pluginApiVersion=11.3.0.2824 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |