mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-22 09:50:17 +00:00
Merge pull request #186 from ethereum/utf8
Specify explicit UTF-8 encoding for compilation
This commit is contained in:
commit
5c873b62a6
@ -10,6 +10,10 @@ subprojects {
|
||||
group = 'org.ethereum'
|
||||
version = '0.7.14-SNAPSHOT'
|
||||
|
||||
tasks.withType(Compile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user