Skip to content

Commit

Permalink
Support for 2020.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thsaravana committed Feb 5, 2021
1 parent 2ba55e0 commit a8d2857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '0.4.9'
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
id 'org.jetbrains.intellij' version '0.6.5'
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
}

group 'com.madrapps'
version '0.5.5.2020.2'
version '0.5.5.2020.3'

sourceCompatibility = 1.8

Expand All @@ -22,7 +22,7 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2020.2'
version '2020.3'
plugins 'Kotlin', 'java'
}
compileKotlin {
Expand All @@ -34,6 +34,5 @@ compileTestKotlin {

patchPluginXml {
changeNotes """
- UX improvement <br>
"""
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Sun Feb 16 19:14:40 IST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit a8d2857

Please sign in to comment.