mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Always use utf-8 encoding for compiling
This commit is contained in:
parent
7ce99427e3
commit
7b8998727e
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ mainClassName = 'org.asamk.signal.Main'
|
|||
|
||||
version = '0.3.0'
|
||||
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url "https://raw.github.com/AsamK/maven/master/releases/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue