Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.rst
100644 → 100755
Empty file.
14 changes: 8 additions & 6 deletions build.gradle
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.3.7'
id 'org.jetbrains.intellij' version '0.6.3'
}


group 'com.devendortech.intellij'
version '1.8.4'
version '1.8.5'

sourceCompatibility = 1.8

Expand All @@ -14,18 +14,21 @@ repositories {
}

dependencies {

testCompile group: 'junit', name: 'junit', version: '4.12'
}

intellij {
version '2018.3'
plugins 'java-decompiler'
version '2020.2'
plugins = ['java', 'java-decompiler']
}

patchPluginXml {
// Pulled from rendored .rst
changeNotes """
<p><strong>1.8.5 rferguson 11/16/2020</strong></p>
<ul class="simple">
<li>Rebuild for 2020.2</li>
</ul>
<p><strong>1.8.4 rferguson 12/03/2018</strong></p>
<ul class="simple">
<li>Rebuild for 2018.3</li>
Expand Down Expand Up @@ -92,5 +95,4 @@ patchPluginXml {
<ul class="simple">
<li>fixes</li>
</ul>"""

}
Empty file modified gradle/wrapper/gradle-wrapper.jar
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
59 changes: 35 additions & 24 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 25 additions & 20 deletions gradlew.bat
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified settings.gradle
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified src/main/resources/META-INF/plugin.xml
100644 → 100755
Empty file.