I also have this little gem in mine: ``` tasks...
# gradle
j
I also have this little gem in mine:
Copy code
tasks.withType<JavaCompile> {
        options.encoding = "UTF-8"
        options.isIncremental = true
    }