mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
Set the encoding to UTF-8 🥰
This commit is contained in:
parent
dc6c45fa10
commit
13d2fa7102
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ intellij {
|
|||
tasks {
|
||||
// Set the JVM compatibility versions
|
||||
withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
sourceCompatibility = "11"
|
||||
targetCompatibility = "11"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue