Skip to content

Commit 5e8ceaf

Browse files
authored
Merge pull request #10 from JakeWharton/patch-1
Drop JVM target to 8
2 parents 14ed5cf + 7188ed2 commit 5e8ceaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin {
2626

2727
jvm {
2828
compilations.all {
29-
kotlinOptions.jvmTarget = "11"
29+
kotlinOptions.jvmTarget = "1.8"
3030
}
3131
testRuns["test"].executionTask.configure {
3232
useJUnitPlatform()

0 commit comments

Comments
 (0)