Skip to content

Commit

Permalink
Merge pull request #1161 from jeffdgr8/jvm-1.8-compatibility
Browse files Browse the repository at this point in the history
JVM 1.8 source compatibility
  • Loading branch information
Raibaz committed Sep 25, 2023
2 parents cd6f5ae + 0987bdd commit ff79a07
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 ff79a07

Please sign in to comment.