Skip to content

Commit

Permalink
Use latest SLCORE
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Jul 1, 2024
1 parent b9ee8da commit 9957046
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 148 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<jdk.min.version>17</jdk.min.version>
<sonarlint.core.version>10.3.0.78313</sonarlint.core.version>
<sonarlint.core.version>10.3.1.78456</sonarlint.core.version>
<!-- Version used by Xodus -->
<kotlin.version>1.6.10</kotlin.version>
<!-- analyzers used for tests -->
Expand Down Expand Up @@ -420,7 +420,7 @@
<artifactItem>
<groupId>com.sonarsource.cpp</groupId>
<artifactId>sonar-cfamily-plugin</artifactId>
<version>6.33.0.46593</version>
<version>6.56.0.72172</version>
<destFileName>cfamily.jar</destFileName>
<type>jar</type>
</artifactItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ private InitializeParams toInitParams(BackendInitParams initParams) {
initParams.getConnectedModeEmbeddedPluginPathsByKey(),
initParams.getEnabledLanguagesInStandaloneMode(),
initParams.getExtraEnabledLanguagesInConnectedMode(),
null,
initParams.getSonarQubeConnections(),
initParams.getSonarCloudConnections(),
initParams.getSonarlintUserHome(),
Expand Down
Loading

0 comments on commit 9957046

Please sign in to comment.