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 authored and kdubb committed May 31, 2024
1 parent f8ab856 commit 1ef3e9c
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 1ef3e9c

Please sign in to comment.