Skip to content

Commit 6d0f32a

Browse files
committed
Use java 8 as source for intellij plugin
1 parent 69b5ac1 commit 6d0f32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compileKotlin {
99
}
1010

1111
java {
12-
sourceCompatibility = JavaVersion.VERSION_11
12+
sourceCompatibility = JavaVersion.VERSION_1_8
1313
targetCompatibility = JavaVersion.VERSION_11
1414
}
1515

0 commit comments

Comments
 (0)