Set source code encoding in build.gradle

This commit is contained in:
OLEGSHA 2022-01-14 13:28:02 +03:00
parent c3bbc8661d
commit 4a6aa5dbf7
Signed by: OLEGSHA
GPG Key ID: E57A4B08D64AFF7A

View File

@ -42,6 +42,16 @@ compileJava {
/*
* Set encoding
*/
compileJava {
options.encoding = 'utf8'
}
/*
* Dependencies
*/