This fixes building the nonfree repository on Windows.
@ -71,6 +71,7 @@ allprojects {
}
tasks.withType<JavaCompile> {
options.encoding = "UTF-8"
options.release.set(11)