Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lowkeyfish committed Jan 21, 2022
1 parent 818ad86 commit 1b993be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Support code analysis by scope, such as project files, module files, package fil

## Install

Sonar Intellij Plugin has been released to the JetBrains plugin marketplace, the latest version is <a href="https://plugins.jetbrains.com/plugin/17542-sonaranalyzer" target="_blank">v0.2.1</a>.
Sonar Intellij Plugin has been released to the JetBrains plugin marketplace, the latest version is <a href="https://plugins.jetbrains.com/plugin/17542-sonaranalyzer" target="_blank">v0.2.2</a>.

Go to `Settings` / `Plugins` / `Marketplace` (under macOS is`Preferences` / `Plugins` / `Marketplace`), search plugin by keyword `SonarAnalyzer` then install `SonarAnalyzer` plugin:

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sonar Intellij Plugin是一个Intellij IDEA插件,使用Sonar Intellij Plugin

## 安装

Sonar Intellij Plugin已经发布到JetBrains插件市场,最新版本是 <a href="https://plugins.jetbrains.com/plugin/17542-sonaranalyzer" target="_blank">v0.2.1</a>。
Sonar Intellij Plugin已经发布到JetBrains插件市场,最新版本是 <a href="https://plugins.jetbrains.com/plugin/17542-sonaranalyzer" target="_blank">v0.2.2</a>。

打开`Settings` / `Plugins` / `Marketplace`(macOS下为`Preferences` / `Plugins` / `Marketplace`),使用关键词`SonarAnalyzer`搜索插件然后安装插件`SonarAnalyzer`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'

group 'com.yujunyang'
version '0.2.1'
version '0.2.2'

sourceCompatibility = 1.8

Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

<change-notes>
<![CDATA[
<h3>0.2.2</h3>
<ul>
<li>Fix report display error, error occurs when git changelist file is renamed or deleted.</li>
</ul>
<h3>0.2.1</h3>
<ul>
<li>Set 'sonar.java.binaries' according to the scope of code analysis to reduce the time-consuming of the SpotBugs analysis.</li>
Expand Down

0 comments on commit 1b993be

Please sign in to comment.