Skip to content

Commit 5cf8398

Browse files
committed
Set Java version to 11
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 2abc7d8 commit 5cf8398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repositories {
3030
}
3131

3232
java {
33-
sourceCompatibility = JavaVersion.VERSION_17
34-
targetCompatibility = JavaVersion.VERSION_17
33+
sourceCompatibility = JavaVersion.VERSION_11
34+
targetCompatibility = JavaVersion.VERSION_11
3535
}
3636

3737
if (project.hasProperty('mainClass')) {

0 commit comments

Comments
 (0)