We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8b70 commit 21c7672Copy full SHA for 21c7672
build.gradle.kts
@@ -15,7 +15,6 @@ repositories {
15
intellijPlatform {
16
defaultRepositories()
17
marketplace()
18
- jetbrainsRuntime()
19
}
20
21
@@ -35,7 +34,7 @@ dependencies {
35
34
36
pluginVerification {
37
ides {
38
- // ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3.7")
+ ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2025.1")
39
ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
40
41
0 commit comments