forked from alibaba/p3c
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix for compability issue caused by stupid Kotlin.
version change to 2.0.1.1x for making version checkers think it is a version later than 2.0.1
- Loading branch information
Showing
7 changed files
with
45 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
<idea-plugin> | ||
<id>com.alibaba.p3c.xenoamess</id> | ||
<name>Alibaba Java Coding Guidelines(XenoAmess TPM)</name> | ||
<vendor | ||
email="[email protected]" | ||
url="https://github.com/XenoAmess" | ||
>XenoAmess</vendor> | ||
<description><![CDATA[ | ||
<p><b>Alibaba Java Coding Guidelines plugin support.</b></p> | ||
<br/> | ||
|
@@ -25,7 +29,7 @@ | |
<change-notes> | ||
<![CDATA[ | ||
<ul> | ||
2.0.1.x1 | ||
2.0.1.1x | ||
<li>Fix idea 2020.1 compatibility issue</li> | ||
<li>fix javadoc in p3c-cmd</li> | ||
<li>fix clinic dependency in p3c-cmd</li> | ||
|
@@ -97,9 +101,9 @@ | |
</ul> | ||
]]> | ||
</change-notes> | ||
<vendor>XenoAmess</vendor> | ||
<version>2.0.1.x1</version> | ||
|
||
<idea-version since-build="145.0"/> | ||
|
||
<depends optional="true">com.intellij.velocity</depends> | ||
<depends optional="true" config-file="p3c.xml">com.intellij.modules.java</depends> | ||
<depends>com.intellij.modules.platform</depends> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters