From 01a6b753ef207bc075f7e57f8a2aeab5257b4f6a Mon Sep 17 00:00:00 2001 From: junkfactory <2998269+junkfactory@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:19:36 -0700 Subject: [PATCH] Update to intellij 252.x --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a106720..00be89e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ repositories { dependencies { intellijPlatform { - create("IC", "2025.1") + create("IC", "LATEST-EAP-SNAPSHOT", useInstaller = false) testFramework(org.jetbrains.intellij.platform.gradle.TestFrameworkType.Platform) // Add necessary plugin dependencies for compilation here, example: