Skip to content

Commit 5914830

Browse files
committed
Build against EAP 1
For some reason EAP 2 causes a cryptic exception when compiling the gradle tooling extension: jdk.internal.util.jar.InvalidJarIndexError: Invalid index
1 parent ab1f366 commit 5914830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# suppress inspection "UnusedProperty" for whole file
1212
kotlin.code.style=official
1313

14-
ideaVersion = 212-EAP-SNAPSHOT
14+
ideaVersion = 212.3116.43-EAP-SNAPSHOT
1515
ideaVersionName = 2021.2
1616

1717
coreVersion = 1.5.11

gradle/libs.versions.toml

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

1616
# Gradle Tooling
17-
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:212-EAP-SNAPSHOT"
17+
gradleToolingExtension = "com.jetbrains.intellij.gradle:gradle-tooling-extension:212.3116.43-EAP-SNAPSHOT"
1818
annotations = "org.jetbrains:annotations:20.1.0"
1919

2020
# Testing

0 commit comments

Comments
 (0)