Set Java compiler default encoding to UTF-8 (#238)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Matt Gucci 6 years ago committed by Adrian Sutton
parent 6a4e0ecb15
commit 8380254edd
  1. 2
      build.gradle

@ -160,6 +160,8 @@ allprojects {
check('FieldCanBeFinal', CheckSeverity.WARN)
check('WildcardImport', CheckSeverity.WARN)
}
options.encoding = 'UTF-8'
}
/*

Loading…
Cancel
Save