Skip to content

Commit

Permalink
#22 Plugin is not compatible with intellij 2020.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denis_kusakin@epam.com committed Aug 2, 2020
1 parent ddb90ec commit 2b049ca
Showing 1 changed file with 3 additions and 3 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.4'
version '0.2.5'

apply plugin: 'kotlin'

Expand All @@ -36,11 +36,11 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
intellij {
version '2020.1'
version '2020.2'
}
patchPluginXml {
changeNotes """
Fix compatibility issue. Plugin is now available for IDEA 2019.3.1.
Fix compatibility issue. Plugin is now available for IDEA 2020.2.
"""
}
//publishPlugin {
Expand Down

0 comments on commit 2b049ca

Please sign in to comment.