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 " 2.0.10"
4- id(" org.jetbrains.intellij.platform" ) version " 2.0 .0"
4+ id(" org.jetbrains.intellij.platform" ) version " 2.7 .0"
55}
66
77group = " com.github.nizienko"
8- version = " 1.1.3 "
8+ version = " 1.1.4 "
99
1010repositories {
1111 mavenCentral()
@@ -16,7 +16,7 @@ repositories {
1616
1717dependencies {
1818 intellijPlatform {
19- intellijIdeaCommunity(" 2024.3 " )
19+ intellijIdeaCommunity(" 2025.1 " )
2020 instrumentationTools()
2121 pluginVerifier()
2222 }
@@ -31,7 +31,7 @@ intellijPlatform {
3131 pluginConfiguration {
3232 ideaVersion {
3333 sinceBuild.set(" 241.1" )
34- untilBuild.set(" 252 .*" )
34+ untilBuild.set(" 253 .*" )
3535 }
3636 }
3737}
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.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments