diff options
| author | Mavlushechka <mavlushechka@gmail.com> | 2022-01-10 19:29:42 +0500 |
|---|---|---|
| committer | Mavlushechka <mavlushechka@gmail.com> | 2022-01-10 19:29:42 +0500 |
| commit | 9441766ce2b7d8ec843d7b97044c1074ddcd4ff8 (patch) | |
| tree | d028ed8bbc49c61dd84dadf5eac9634bf8a0e008 | |
| parent | 7f35bd71343f931e97e5df2928583ee3e35fa91f (diff) | |
Fix encoding of files
| -rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 86fb353..d0b8f40 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'java' apply plugin: 'application' +compileJava {options.encoding = "UTF-8"} mainClassName = "com.mavlonerkinboev.animarfo.App" // noinspection GroovyAssignabilityCheck |