Skip to content

Commit

Permalink
fix: use java 9 and convert to utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 31, 2024
1 parent 397e4fa commit 70ee960
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ plugins {
indra {
checkstyle().set(libs.versions.checkstyle)
javaVersions {
minimumToolchain(8)
target(9)
minimumToolchain(17)
target(17)
testWith().set(setOf(17))
}
}

Expand Down

0 comments on commit 70ee960

Please sign in to comment.