Skip to content

Commit 21c7672

Browse files
committed
feat(pipeline): Add latest IntelliJ Platform version to verify plugin
1 parent 67e8b70 commit 21c7672

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ repositories {
1515
intellijPlatform {
1616
defaultRepositories()
1717
marketplace()
18-
jetbrainsRuntime()
1918
}
2019
}
2120

@@ -35,7 +34,7 @@ dependencies {
3534
intellijPlatform {
3635
pluginVerification {
3736
ides {
38-
// ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3.7")
37+
ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2025.1")
3938
ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3")
4039
}
4140
}

0 commit comments

Comments
 (0)