Skip to content

Commit 98665b1

Browse files
committed
support 2021.3
1 parent 5587fd0 commit 98665b1

File tree

4 files changed

+598
-607
lines changed

4 files changed

+598
-607
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ apply plugin: 'org.jetbrains.intellij'
2020
apply plugin: 'antlr'
2121

2222
compileJava {
23-
sourceCompatibility = '1.8'
24-
targetCompatibility = '1.8'
23+
sourceCompatibility = '11'
24+
targetCompatibility = '11'
2525
}
2626

2727
intellij {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=1.17
1+
pluginVersion=1.18
22

33
# e.g. IC-2016.3.3, IU-2018.2.5 etc
44
# For a list of possible values, refer to the section 'com.jetbrains.intellij.idea' at
@@ -12,7 +12,7 @@ pluginVersion=1.17
1212

1313
#ideaVersion=IC-2020.2.2
1414

15-
ideaVersion=IC-2021.2
15+
ideaVersion=IC-2021.3
1616

1717
# The version of ANTLR v4 that will be used to generate the parser
1818
antlr4Version=4.9.3

0 commit comments

Comments
 (0)