Skip to content

Commit

Permalink
support 2021.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akovari committed Mar 23, 2022
1 parent 5587fd0 commit 98665b1
Show file tree
Hide file tree
Showing 4 changed files with 598 additions and 607 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'antlr'

compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
sourceCompatibility = '11'
targetCompatibility = '11'
}

intellij {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=1.17
pluginVersion=1.18

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

#ideaVersion=IC-2020.2.2

ideaVersion=IC-2021.2
ideaVersion=IC-2021.3

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

0 comments on commit 98665b1

Please sign in to comment.