Skip to content

Commit

Permalink
Bump jvmTarget til 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-santa committed May 18, 2021
1 parent 71a4d29 commit d67b8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dittnav-common-influxdb/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ dependencies {

tasks {
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.jvmTarget = "13"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.jvmTarget = "13"
}

withType<Test> {
useJUnitPlatform()
}
}
}

0 comments on commit d67b8fb

Please sign in to comment.