Skip to content

Commit

Permalink
support 2021.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akovari committed Aug 5, 2022
1 parent 45c5a16 commit 1b8a6ae
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 517 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
Loading

0 comments on commit 1b8a6ae

Please sign in to comment.