File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ fun properties(key: String) = providers.gradleProperty(key)
33plugins {
44 id(" java" )
55 id(" org.jetbrains.kotlin.jvm" ) version " 2.1.0"
6- id(" org.jetbrains.intellij.platform" ) version " 2.5.0 "
6+ id(" org.jetbrains.intellij.platform" ) version " 2.10.5 "
77}
88
99group = properties(" pluginGroup" ).get()
@@ -15,7 +15,6 @@ repositories {
1515 intellijPlatform {
1616 defaultRepositories()
1717 marketplace()
18- jetbrainsRuntime()
1918 }
2019}
2120
@@ -25,6 +24,8 @@ dependencies {
2524 val version = providers.gradleProperty(" platformVersion" ).getOrElse(" 2024.3" )
2625 create(type, version)
2726
27+ pluginVerifier()
28+
2829 testFramework(org.jetbrains.intellij.platform.gradle.TestFrameworkType .Platform )
2930 bundledPlugin(" JavaScript" )
3031 }
@@ -35,8 +36,8 @@ dependencies {
3536intellijPlatform {
3637 pluginVerification {
3738 ides {
38- // ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType.IntellijIdeaCommunity, "2024.3.7 ")
39- ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType .IntellijIdeaCommunity , " 2024.3" )
39+ ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType .IntellijIdeaCommunity , " 2025.1 " )
40+ ide(org.jetbrains.intellij.platform.gradle.IntelliJPlatformType .IntellijIdeaCommunity , " 2024.3.1 " )
4041 }
4142 }
4243}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments