Skip to content

Commit

Permalink
fix Incompatible with IDEA 2019 #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis_Kusakin authored and Denis_Kusakin committed Mar 29, 2019
1 parent f96c782 commit 40da78e
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.0-beta'
version '0.2.1-beta'

apply plugin: 'kotlin'

Expand All @@ -36,11 +36,11 @@ compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
intellij {
version '2018.3'
version '2019.1'
}
patchPluginXml {
changeNotes """
Possibility to mark directory as AEM Groovy Scripts Root.
Fix compatibility issue. Plugin is now available for IDEA 2019.
"""
}
//publishPlugin {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->
<idea-version since-build="183" until-build="183.*"/>
<!-- <idea-version since-build="183" until-build="183.*"/>-->
<extensions defaultExtensionNs="com.intellij">
<configurationType
implementation="org.deniskusakin.aem.groovyconsoleplugin.run.configuration.AemGroovyConfigurationType"/>
Expand Down

0 comments on commit 40da78e

Please sign in to comment.