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…
Reference in New Issue