Skip to content

Commit

Permalink
SLI-1219 Avoid some unsupported plugins being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Jan 5, 2024
1 parent c204f59 commit a3c8878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version=10.2.1-SNAPSHOT
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=512M
sonarlintCoreVersion=9.6.0.76599
sonarlintCoreVersion=9.6.1.76766
riderBuildVersion=RD-2022.3.1
clionBuildVersion=CL-2022.3.1
intellijBuildVersion=IC-2022.3.1
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.2.1 - Fix an error when using Rider or CLion in connected mode with SonarCloud.</li>
<li>10.2 - Support for Gradle Kotlin DSL and C# 12. 5 new Spring Boot rules. 1 new rule for Python. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.1.1 - Fix a potential deadlock and UI freeze.</li>
<li>10.1 - 9 new Java rules related to Spring Boot, 1 new quick fix. 17 new accessibility rules for JSX. 6 new Kotlin rules. Support for Python 3.12 syntax, add 5 related rules, add 3 new Security Hotspots. 2 new C++ MISRA 2023 rules, support for Docker toolchain in CLion. Support for .NET 8 in Rider. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down

0 comments on commit a3c8878

Please sign in to comment.