Skip to content

Commit

Permalink
JVM 1.8 source compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Sep 22, 2023
1 parent f2e599a commit 0987bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/buildsrc/config/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun Project.kotlinVersion(): String =

object Deps {
object Versions {
val jvmTarget = JavaVersion.VERSION_11
val jvmTarget = JavaVersion.VERSION_1_8

const val dokka = "1.9.0"
const val kotlinDefault = "1.9.10"
Expand Down

0 comments on commit 0987bdd

Please sign in to comment.