Skip to content

Commit

Permalink
Try setting target java version back to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwheeler123 committed Nov 10, 2023
1 parent e118c97 commit 2d09e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Versions {
/**
* Source
*/
val javaTarget = JavaVersion.VERSION_11
val javaTarget = JavaVersion.VERSION_1_8
const val kotlin = "1.9.10"

/**
Expand Down

0 comments on commit 2d09e00

Please sign in to comment.