Skip to content

Commit

Permalink
Update to support IntelliJ 2020.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-agon authored and GregHib committed Apr 9, 2020
1 parent a974bec commit ddf4f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
18 changes: 5 additions & 13 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'org.jetbrains.intellij' version '0.4.16'
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
id 'org.jetbrains.intellij' version '0.4.18'
id 'org.jetbrains.kotlin.jvm' version '1.3.71'
}

group 'world.gregs.intellij.plugins'
version '1.2.2'
version '1.2.3'

repositories {
mavenCentral()
Expand All @@ -28,19 +28,11 @@ processResources {
}

intellij {
version '2019.3'
version '2020.1'
plugins 'java'
}
patchPluginXml {
changeNotes """
Expanded inspection functionality:<br>
Tilde support for 'pointless bitwise comparator'
Negative boolean and method support for 'inverse else comparator'
Multi-operand support for 'inverse else comparator'
<br>
Added additional highlighting tests<br>
Added fix tests<br>
<br>
Updated to support 2019.3
Updated to support 2020.1
"""
}
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->
<idea-version since-build="162" until-build="193.*"/>
<idea-version since-build="162" until-build="201.*"/>

<extensions defaultExtensionNs="com.intellij">
<localInspection groupPath="Java" language="JAVA" shortName="PointlessBitwiseComparator" bundle="world.gregs.intellij.plugins.DeobfuscateToolBundle"
Expand Down

0 comments on commit ddf4f7b

Please sign in to comment.