Skip to content

Commit d8d74a1

Browse files
committed
set compatibility to 1.8
1 parent d52b9b8 commit d8d74a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ publishing {
4040

4141
tasks.withType<KotlinCompile> {
4242
kotlinOptions.jvmTarget = "1.8"
43+
}
44+
45+
tasks.withType<JavaCompile> {
46+
sourceCompatibility = "1.8"
47+
targetCompatibility = "1.8"
4348
}

0 commit comments

Comments
 (0)