Skip to content

Commit e68a48a

Browse files
committed
Compile against newest EAP
1 parent eaa630f commit e68a48a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# suppress inspection "UnusedProperty" for whole file
2222
kotlin.code.style=official
2323

24-
ideaVersion = 241.10840-EAP-CANDIDATE-SNAPSHOT
24+
ideaVersion = 241.11761.10-EAP-SNAPSHOT
2525
ideaVersionName = 2024.1
2626

2727
coreVersion = 1.7.2
2828
downloadIdeaSources = true
2929

30-
pluginTomlVersion = 241.10840.7
30+
pluginTomlVersion = 241.11761.9
3131

3232
# Silences a build-time warning because we are bundling our own kotlin library
3333
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jflex-skeleton = "org.jetbrains.idea:jflex:1.7.0-c1fdf11"
1818
grammarKit = "org.jetbrains.idea:grammar-kit:1.5.1"
1919

2020
# Gradle Tooling
21-
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:241-EAP-SNAPSHOT"
21+
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:241.11761.10-EAP-SNAPSHOT"
2222
annotations = "org.jetbrains:annotations:24.0.0"
2323
groovy = "org.codehaus.groovy:groovy-all:2.5.18"
2424

0 commit comments

Comments
 (0)