Skip to content

Commit

Permalink
sourceCompatibility to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Jul 4, 2023
1 parent 3321d7c commit 31771b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ object Versions {
object Java {
const val jvmTarget = "11"
val target = JavaVersion.VERSION_11
val source = JavaVersion.VERSION_11
val source = JavaVersion.VERSION_17
}
}

0 comments on commit 31771b6

Please sign in to comment.