mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-10 02:43:36 +00:00
Fix error in UTF-8 compilation config
This commit is contained in:
parent
5c873b62a6
commit
cf84648ea9
@ -10,9 +10,8 @@ subprojects {
|
||||
group = 'org.ethereum'
|
||||
version = '0.7.14-SNAPSHOT'
|
||||
|
||||
tasks.withType(Compile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user