brainfuck-ide/build.gradle

6 lines
91 B
Groovy
Raw Permalink Normal View History

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