From 674c4d053c8377bc66014a5ec8516abae4a7e427 Mon Sep 17 00:00:00 2001 From: Justin Tennant Date: Tue, 5 Jul 2022 22:45:18 -0700 Subject: [PATCH] #21 Disable untilBuild patching to open compatibility to all future IDEA versions --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 443cc92..f6154f4 100644 --- a/build.gradle +++ b/build.gradle @@ -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