Skip to content

Commit

Permalink
2025.1 EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Jan 15, 2025
1 parent 092f5c1 commit 90a58d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#

# suppress inspection "UnusedProperty" for whole file
ideaVersionName = 2024.3
ideaVersionName = 2025.1

coreVersion = 1.8.2

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ fuel = "2.3.1"
licenser = "0.6.1"
changelog = "2.2.0"
intellij-plugin = "2.1.0"
intellij-ide = "243.21155.17-EAP-SNAPSHOT"
intellij-ide = "251.14649-EAP-CANDIDATE-SNAPSHOT"
idea-ext = "1.1.8"
psiPlugin = "243.7768"
psiPlugin = "251.175"

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down Expand Up @@ -39,7 +39,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
grammarKit = "org.jetbrains.idea:grammar-kit:1.5.1"

# Gradle Tooling
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:243-EAP-SNAPSHOT"
gradleToolingExtension = { module = "com.jetbrains.intellij.gradle:gradle-tooling-extension", version.ref = "intellij-ide" }
annotations = "org.jetbrains:annotations:24.0.0"
groovy = "org.codehaus.groovy:groovy:3.0.19"

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/platform/mixin/util/AsmUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ val ClassNode.shortName
get() = internalNameToShortName(name)

private val LOAD_CLASS_FILE_BYTES: Method? = runCatching {
com.intellij.byteCodeViewer.ByteCodeViewerManager::class.java
com.intellij.byteCodeViewer.BytecodeViewerManager::class.java
.getDeclaredMethod("loadClassFileBytes", PsiClass::class.java)
.let { it.isAccessible = true; it }
}.getOrNull()
Expand Down

0 comments on commit 90a58d3

Please sign in to comment.