brainfuck-ide/build.gradle

6 lines
91 B
Groovy

subprojects {
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
}