Skip to content

Commit

Permalink
Set JVM target version to 17
Browse files Browse the repository at this point in the history
At this moment the RADAR-base platform target.
  • Loading branch information
pvannierop committed Dec 6, 2024
1 parent 8bbdce4 commit 4d2044f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
const val wrapper = "8.3"
const val kotlin = "1.9.10"
const val ktlint = "0.50.0"
const val java = 11
const val java = 17
const val junit = "5.10.0"
const val slf4j = "2.0.16"
}

0 comments on commit 4d2044f

Please sign in to comment.