Skip to content

Commit ae209d8

Browse files
committed
Try changing compatibility version.
1 parent 47d3c27 commit ae209d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/socket-utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ apply plugin: "idea"
88
[compileMain_java17Java, compileTestJava].each {
99
it.configure {
1010
setJavaVersion(it, 17)
11-
sourceCompatibility = JavaVersion.VERSION_1_8
12-
targetCompatibility = JavaVersion.VERSION_1_8
11+
sourceCompatibility = JavaVersion.VERSION_17
12+
targetCompatibility = JavaVersion.VERSION_17
1313
}
1414
}
1515

0 commit comments

Comments
 (0)