Set Java compiler encoding to UTF-8

This fixes building the nonfree repository on Windows.
pull/132/head
Graham 3 years ago
parent cec6fce341
commit 43cf436c22
  1. 1
      build.gradle.kts

@ -71,6 +71,7 @@ allprojects {
}
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
options.release.set(11)
}

Loading…
Cancel
Save