From 1b993bed68f54bf5d3ce82285b107e505f1014be Mon Sep 17 00:00:00 2001 From: lowkeyfish Date: Fri, 21 Jan 2022 18:16:28 +0800 Subject: [PATCH] 0.2.2 --- README.md | 2 +- README.zh-CN.md | 2 +- build.gradle | 2 +- src/main/resources/META-INF/plugin.xml | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df751ad..6a521d1 100644 --- a/README.md +++ b/README.md @@ -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 v0.2.1. +Sonar Intellij Plugin has been released to the JetBrains plugin marketplace, the latest version is v0.2.2. Go to `Settings` / `Plugins` / `Marketplace` (under macOS is`Preferences` / `Plugins` / `Marketplace`), search plugin by keyword `SonarAnalyzer` then install `SonarAnalyzer` plugin: diff --git a/README.zh-CN.md b/README.zh-CN.md index e8aab73..8beb34f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -21,7 +21,7 @@ Sonar Intellij Plugin是一个Intellij IDEA插件,使用Sonar Intellij Plugin ## 安装 -Sonar Intellij Plugin已经发布到JetBrains插件市场,最新版本是 v0.2.1。 +Sonar Intellij Plugin已经发布到JetBrains插件市场,最新版本是 v0.2.2。 打开`Settings` / `Plugins` / `Marketplace`(macOS下为`Preferences` / `Plugins` / `Marketplace`),使用关键词`SonarAnalyzer`搜索插件然后安装插件`SonarAnalyzer`: diff --git a/build.gradle b/build.gradle index ff7c337..a00dd0d 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index f42fb32..471791f 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -15,6 +15,10 @@ 0.2.2 +

0.2.1