Skip to content

Commit

Permalink
Fix problem: "Upload not possible" #221
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jul 7, 2024
1 parent 177f37c commit c688a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ intellij {
}
patchPluginXml {
// 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/
untilBuild.set('500.*') // https://www.jetbrains.com/idea/nextversion/
// language=html
pluginDescription.set("""
<b>AWK Programming Language Support</b>
Expand Down

0 comments on commit c688a12

Please sign in to comment.