Skip to content

Commit fcf65da

Browse files
committed
Build against 2025.1 release
1 parent 0a2aa10 commit fcf65da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ dependencies {
141141
testLibs(projects.mixinTestData)
142142

143143
// For non-SNAPSHOT versions (unless Jetbrains fixes this...) find the version with:
144-
// afterEvaluate { println(intellij.ideaDependency.get().buildNumber.substring(intellij.type.get().length + 1)) }
144+
// afterEvaluate { println(intellijPlatform.productInfo.buildNumber) }
145145
gradleToolingExtension(libs.groovy)
146146
gradleToolingExtension(libs.gradleToolingExtension)
147147
gradleToolingExtension(libs.annotations)

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fuel = "2.3.1"
88
licenser = "0.6.1"
99
changelog = "2.2.0"
1010
intellij-plugin = "2.4.0"
11-
intellij-ide = "251.23774-EAP-CANDIDATE-SNAPSHOT"
11+
intellij-ide = "2025.1"
1212
idea-ext = "1.1.8"
1313
psiPlugin = "251.175"
1414

@@ -39,7 +39,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
3939
grammarKit = "org.jetbrains.idea:grammar-kit:1.5.1"
4040

4141
# Gradle Tooling
42-
gradleToolingExtension = { module = "com.jetbrains.intellij.gradle:gradle-tooling-extension", version.ref = "intellij-ide" }
42+
gradleToolingExtension = { module = "com.jetbrains.intellij.gradle:gradle-tooling-extension", version = "251.23774.435" }
4343
annotations = "org.jetbrains:annotations:24.0.0"
4444
groovy = "org.codehaus.groovy:groovy:3.0.19"
4545

0 commit comments

Comments
 (0)