File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id(" java" )
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.9.25"
4- id(" org.jetbrains.intellij.platform" ) version " 2.5.0 "
4+ id(" org.jetbrains.intellij.platform" ) version " 2.10.5 "
55}
66
77group = " com.github.junkfactory"
@@ -16,7 +16,7 @@ repositories {
1616
1717dependencies {
1818 intellijPlatform {
19- create(" IC " , " LATEST-EAP-SNAPSHOT" , useInstaller = false )
19+ create(" IU " , " LATEST-EAP-SNAPSHOT" , useInstaller = false )
2020 testFramework(org.jetbrains.intellij.platform.gradle.TestFrameworkType .Platform )
2121
2222 // Add necessary plugin dependencies for compilation here, example:
@@ -28,7 +28,7 @@ intellijPlatform {
2828 pluginConfiguration {
2929 ideaVersion {
3030 sinceBuild = " 242"
31- untilBuild = " 252 .*"
31+ untilBuild = " 253 .*"
3232 }
3333 }
3434
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.9 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments