mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-01-23 02:09:03 +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'
|
group = 'org.ethereum'
|
||||||
version = '0.7.14-SNAPSHOT'
|
version = '0.7.14-SNAPSHOT'
|
||||||
|
|
||||||
|
tasks.withType(Compile) {
|
||||||
|
options.encoding = 'UTF-8'
|
||||||
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user