Set the encoding to UTF-8 🥰

This commit is contained in:
Anas Elgarhy 2022-08-24 13:38:45 +02:00
parent dc6c45fa10
commit 13d2fa7102
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ intellij {
tasks {
// Set the JVM compatibility versions
withType<JavaCompile> {
options.encoding = "UTF-8"
sourceCompatibility = "11"
targetCompatibility = "11"
}