Closed solonovamax closed 9 months ago
Adds
tasks.withType(JavaCompile).configureEach { options.encoding = 'UTF-8' }
to build.gradle.
The is standard practice, and should always be done.
Adds
to build.gradle.
The is standard practice, and should always be done.