Skip to content

Commit

Permalink
#24 Plugin is incompatible with Idea v 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denis_kusakin@epam.com committed Apr 10, 2021
1 parent 1ed4459 commit 7ce829a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'org.deniskusakin.aem'
version '0.2.6'
version '0.2.7'

apply plugin: 'kotlin'

Expand All @@ -36,10 +36,10 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
intellij {
version '2020.3'
version '2021.1'
}
patchPluginXml {
changeNotes """
Fix compatibility issue. Plugin is now available for IDEA 2020.3.
Fix compatibility issue. Plugin is now available for IDEA 2021.1.
"""
}
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7ce829a

Please sign in to comment.