We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c553ef4 commit 8f38d41Copy full SHA for 8f38d41
build.gradle.kts
@@ -16,7 +16,7 @@ repositories {
16
17
dependencies {
18
intellijPlatform {
19
- create("IC", "2025.1")
+ create("IC", "LATEST-EAP-SNAPSHOT", useInstaller = false)
20
testFramework(org.jetbrains.intellij.platform.gradle.TestFrameworkType.Platform)
21
22
// Add necessary plugin dependencies for compilation here, example:
0 commit comments