Skip to content

Commit d07828b

Browse files
authored
Update build.gradle.kts
1 parent 84d2056 commit d07828b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ dependencies {
6464
}
6565

6666
java {
67-
sourceCompatibility = JavaVersion.VERSION_11
68-
targetCompatibility = JavaVersion.VERSION_11
67+
sourceCompatibility = JavaVersion.VERSION_1_8
68+
targetCompatibility = JavaVersion.VERSION_1_8
6969

7070
withJavadocJar()
7171
withSourcesJar()

0 commit comments

Comments
 (0)