Skip to content

Commit 73f5b0c

Browse files
committed
Ensure compatibility with Java 8
1 parent da60f0d commit 73f5b0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ val gitHubUrl = "https://github.com/connectbot/simplesocks"
2929
java {
3030
withJavadocJar()
3131
withSourcesJar()
32+
toolchain {
33+
languageVersion.set(JavaLanguageVersion.of(8))
34+
}
3235
}
3336

3437
dependencies {

0 commit comments

Comments
 (0)