Skip to content

Commit 0e2ae02

Browse files
committed
Revert previous two changes.
1 parent ae209d8 commit 0e2ae02

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

utils/socket-utils/build.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,8 @@ apply plugin: "idea"
88
[compileMain_java17Java, compileTestJava].each {
99
it.configure {
1010
setJavaVersion(it, 17)
11-
sourceCompatibility = JavaVersion.VERSION_17
12-
targetCompatibility = JavaVersion.VERSION_17
13-
}
14-
}
15-
16-
sourceSets {
17-
main {
18-
java {
19-
setSrcDirs(['src/main/java', 'src/main/java17'])
20-
}
11+
sourceCompatibility = JavaVersion.VERSION_1_8
12+
targetCompatibility = JavaVersion.VERSION_1_8
2113
}
2214
}
2315

0 commit comments

Comments
 (0)