Skip to content

Commit 330f0e0

Browse files
committed
Ensure compatibility with 2019.2 (#259)
1 parent 44054b3 commit 330f0e0

23 files changed

+4050
-4049
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
plugins {
11-
id 'org.jetbrains.intellij' version '0.4.4'
11+
id 'org.jetbrains.intellij' version '0.4.9'
1212
id "de.undercouch.download" version "3.4.3"
1313
id "com.github.ManifestClasspath" version "0.1.0-RELEASE"
1414
}
@@ -38,11 +38,11 @@ dependencies {
3838
}
3939

4040
intellij {
41-
version '2018.2'
41+
version 'LATEST-EAP-SNAPSHOT'
4242
type 'IU'
4343
updateSinceUntilBuild = false
4444
pluginName 'JS GraphQL'
45-
plugins = ['JavaScriptLanguage', 'CSS', 'IntelliLang']
45+
plugins = ['JavaScriptLanguage', 'CSS', 'IntelliLang', 'java']
4646
ideaDependencyCachePath = project.buildDir
4747
}
4848

gen/com/intellij/lang/jsgraphql/GraphQLLexer.java

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)