Skip to content

Commit

Permalink
Update template plugin to 1.3.0.1139
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed May 16, 2024
1 parent 34b5094 commit edc3eda
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion RoslynPluginGenerator/RoslynPluginJarBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class RoslynPluginJarBuilder
/// <summary>
/// Name of the embedded resource that contains the .jar file to update
/// </summary>
private const string TemplateJarResourceName = "SonarQube.Plugins.Roslyn.Resources.sonar-roslyn-sdk-template-plugin-1.2.0.76.jar";
private const string TemplateJarResourceName = "SonarQube.Plugins.Roslyn.Resources.sonar-roslyn-sdk-template-plugin-1.3.0.1139.jar";

// Locations in the jar archive where various file should be embedded.
// Using forward-slash since that is the separator used by Java for archive entry names.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@
</ItemGroup>

<ItemGroup Label="Embedded jar file">
<!-- Corresponsds to the following commit:
https://github.com/SonarSource/sonarqube-roslyn-sdk-template-plugin/commit/6e4dd88878f40a44231365494db768a7af3e6096
-->
<EmbeddedResource Include="Resources\sonar-roslyn-sdk-template-plugin-1.2.0.76.jar" />
<EmbeddedResource Include="Resources\sonar-roslyn-sdk-template-plugin-1.3.0.1139.jar" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit edc3eda

Please sign in to comment.