File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ fun properties(key: String) = project.findProperty(key).toString()
66plugins {
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 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pluginUntilBuild = 299.*
1414
1515# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1616platformType = 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
2020javaVersion = 21
You can’t perform that action at this time.
0 commit comments