Skip to content

Commit

Permalink
Fix plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
matan129 committed Jul 1, 2017
1 parent 74840ce commit 71eb249
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
def isCi = System.env.CI != null

group 'mr.intellij.plugin.autofactory'
version '0.2.2'
version '0.2.3'

repositories {
mavenLocal()
Expand Down
11 changes: 7 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
url="https://github.com/matan129/autofactory-intellij-plugin">Matan Rosenberg
</vendor>

<description>
<description><![CDATA[
Provides support for Google's AutoFactory.

- Implements various inspections for AutoFactory misusing.
- Gutter icons for quick navigation to "autfactoried" constructors / usages search
<ul>
<li>Implements various inspections for AutoFactory misusing.</li>
<li>Gutter icons for quick navigation to "autfactoried" constructors / usages search</li>
</ul>
]]>
</description>

<change-notes/>
Expand Down

0 comments on commit 71eb249

Please sign in to comment.