Skip to content

Commit

Permalink
#21 Disable untilBuild patching to open compatibility to all future I…
Browse files Browse the repository at this point in the history
…DEA versions
  • Loading branch information
justint committed Jul 6, 2022
1 parent 7abcca0 commit 674c4d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sourceSets.main.java.srcDirs = ['src/main/gen','src/main/java']
intellij {
version = System.getenv().getOrDefault("IDEA_VERSION", "IC-221.5921.22")
//alternativeIdePath '/Applications/PyCharm.app'
updateSinceUntilBuild = false
}

// Simple function to load change-notes.html and description.html into valid text for plugin.xml
Expand Down

0 comments on commit 674c4d0

Please sign in to comment.