Skip to content

Commit

Permalink
Compile against newest EAP
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Feb 9, 2024
1 parent eaa630f commit e68a48a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
# suppress inspection "UnusedProperty" for whole file
kotlin.code.style=official

ideaVersion = 241.10840-EAP-CANDIDATE-SNAPSHOT
ideaVersion = 241.11761.10-EAP-SNAPSHOT
ideaVersionName = 2024.1

coreVersion = 1.7.2
downloadIdeaSources = true

pluginTomlVersion = 241.10840.7
pluginTomlVersion = 241.11761.9

# Silences a build-time warning because we are bundling our own kotlin library
kotlin.stdlib.default.dependency = false
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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:241-EAP-SNAPSHOT"
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:241.11761.10-EAP-SNAPSHOT"
annotations = "org.jetbrains:annotations:24.0.0"
groovy = "org.codehaus.groovy:groovy-all:2.5.18"

Expand Down

0 comments on commit e68a48a

Please sign in to comment.