Skip to content

Commit

Permalink
Fix compilation with JDK 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Nov 11, 2021
1 parent 50b1f29 commit 89fa040
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
group = "cc.ekblad"
version = "0.1"
val kotlinJvmTarget = "1.8"
val kotlinJavaRelease = 8

repositories {
mavenCentral()
Expand Down Expand Up @@ -80,8 +79,6 @@ tasks {
freeCompilerArgs = listOf("-Xopt-in=kotlin.RequiresOptIn")
}
}
compileJava { options.release.set(kotlinJavaRelease) }
compileTestJava { options.release.set(kotlinJavaRelease) }

test {
useJUnitPlatform()
Expand Down

0 comments on commit 89fa040

Please sign in to comment.