Skip to content

Commit 1b8a6ae

Browse files
committed
support 2021.3
1 parent 45c5a16 commit 1b8a6ae

File tree

3 files changed

+508
-517
lines changed

3 files changed

+508
-517
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 {

0 commit comments

Comments
 (0)