Skip to content

Commit

Permalink
Not compatible with the version of your running IDE (PhpStorm 2024.1 …
Browse files Browse the repository at this point in the history
…EAP) #211 : attempt at making it compatible by default with all future IDEA versions
  • Loading branch information
xonixx committed Mar 19, 2024
1 parent 62092f0 commit eb69f81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'intellij-awk'
version '0.4.3'
version '0.4.3.1'

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,7 +39,8 @@ intellij {
plugins = ['com.intellij.java']
}
patchPluginXml {
untilBuild.set('233.*') // https://www.jetbrains.com/idea/nextversion/
// let's set untilBuild to very high to make it compatible by default with all future versions
untilBuild.set('999.*') // https://www.jetbrains.com/idea/nextversion/
// language=html
pluginDescription.set("""
<b>AWK Programming Language Support</b>
Expand Down

0 comments on commit eb69f81

Please sign in to comment.