Skip to content

Commit

Permalink
SLVS-1438 Download analyzers from repox (#5674)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 4bbece9 commit e4fc1b3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions build/DownloadDependencies/CommonProperties.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<!-- ************************************************************** -->
<!-- Information about the individual language plugins we need to download -->
<!-- ************************************************************** -->

<ItemGroup Label="PluginJars">
<PluginJars Include="CPP">
<JarName>sonar-cfamily-plugin-$(EmbeddedSonarCFamilyAnalyzerVersion).jar</JarName>
Expand All @@ -43,21 +42,21 @@

<PluginJars Include="JavaScript">
<JarName>sonar-javascript-plugin-$(EmbeddedSonarJSAnalyzerVersion).jar</JarName>
<URL>https://binaries.sonarsource.com/Distribution/sonar-javascript-plugin/%(JarName)</URL>
<LanguageKey>ts</LanguageKey>
<RepoKey>typescript</RepoKey>
<URL>https://repox.jfrog.io/ui/native/sonarsource/org/sonarsource/javascript/sonar-javascript-plugin/$(EmbeddedSonarJSAnalyzerVersion)/%(JarName)</URL>
<LanguageKey>js</LanguageKey>
<RepoKey>javascript</RepoKey>
</PluginJars>

<PluginJars Include="TypeScript">
<JarName>sonar-javascript-plugin-$(EmbeddedSonarJSAnalyzerVersion).jar</JarName>
<URL>https://binaries.sonarsource.com/Distribution/sonar-javascript-plugin/%(JarName)</URL>
<LanguageKey>js</LanguageKey>
<RepoKey>javascript</RepoKey>
<URL>https://repox.jfrog.io/ui/native/sonarsource/org/sonarsource/javascript/sonar-javascript-plugin/$(EmbeddedSonarJSAnalyzerVersion)/%(JarName)</URL>
<LanguageKey>ts</LanguageKey>
<RepoKey>typescript</RepoKey>
</PluginJars>

<PluginJars Include="CSS">
<JarName>sonar-javascript-plugin-$(EmbeddedSonarJSAnalyzerVersion).jar</JarName>
<URL>https://binaries.sonarsource.com/Distribution/sonar-javascript-plugin/%(JarName)</URL>
<URL>https://repox.jfrog.io/ui/native/sonarsource/org/sonarsource/javascript/sonar-javascript-plugin/$(EmbeddedSonarJSAnalyzerVersion)/%(JarName)</URL>
<LanguageKey>css</LanguageKey>
<RepoKey>css</RepoKey>
</PluginJars>
Expand All @@ -78,7 +77,7 @@

<PluginJars Include="Secrets">
<JarName>sonar-text-plugin-$(EmbeddedSonarSecretsJarVersion).jar</JarName>
<URL>https://binaries.sonarsource.com/Distribution/sonar-text-plugin/%(JarName)</URL>
<URL>https://repox.jfrog.io/ui/native/sonarsource/org/sonarsource/text/sonar-text-plugin/$(EmbeddedSonarSecretsJarVersion)/%(JarName)</URL>
<LanguageKey>secrets</LanguageKey>
<RepoKey>secrets</RepoKey>
</PluginJars>
Expand Down

0 comments on commit e4fc1b3

Please sign in to comment.