Fix error in UTF-8 compilation config

This commit is contained in:
Chris Beams 2014-12-30 22:05:50 +01:00
parent 5c873b62a6
commit cf84648ea9
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73
1 changed files with 2 additions and 3 deletions

View File

@ -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()