Skip to content

Commit 29c61e5

Browse files
committed
Bump IntelliJ Platform to 2026.1 and plugin to 2.14.0
1 parent fc87901 commit 29c61e5

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66
plugins {
77
id("java")
88
id("org.jetbrains.kotlin.jvm") version "2.3.20"
9-
id("org.jetbrains.intellij.platform") version "2.13.1"
9+
id("org.jetbrains.intellij.platform") version "2.14.0"
1010
id("org.jetbrains.changelog") version "2.5.0"
1111
}
1212

@@ -27,8 +27,8 @@ dependencies {
2727
val version = providers.gradleProperty("platformVersion")
2828
val type = providers.gradleProperty("platformType")
2929
create(type, version) {
30-
useInstaller = false
31-
useCache = true
30+
useInstaller.set(true)
31+
useCache.set(true)
3232
}
3333

3434
bundledPlugins("com.intellij.java", "com.jetbrains.plugins.webDeployment")
@@ -61,8 +61,8 @@ intellijPlatform {
6161
pluginVerification {
6262
ides {
6363
create(type, version) {
64-
useInstaller = false
65-
useCache = true
64+
useInstaller.set(true)
65+
useCache.set(true)
6666
}
6767
}
6868
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pluginUntilBuild = 299.*
1414

1515
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616
platformType = IU
17-
platformVersion = 2025.3.4
17+
platformVersion = 2026.1
1818

1919
# Java language level used to compile sources and to generate the files for
2020
javaVersion = 21

0 commit comments

Comments
 (0)