Join Slack
Powered by
I also have this little gem in mine: ``` tasks...
# gradle
j
jlleitschuh
03/20/2017, 4:27 PM
I also have this little gem in mine:
Copy code
tasks.withType<JavaCompile> { options.encoding = "UTF-8" options.isIncremental = true }
Open in Slack
Previous
Next