Skip to content

Commit

Permalink
Support 2019.3 build #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis_Kusakin authored and Denis_Kusakin committed Dec 26, 2019
1 parent e4e9b99 commit 3fa8636
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.2'
version '0.2.3'

apply plugin: 'kotlin'

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

0 comments on commit 3fa8636

Please sign in to comment.