build.gradle: Specify source encodings.

This commit is contained in:
Andreas Schildbach
2018-10-31 11:12:49 +01:00
parent 64ab2d4519
commit 2992cc16ff
4 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ dependencies {
}
sourceCompatibility = 1.8
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'
task wallet_tool(type: JavaExec) {
description = 'Print and manipulate wallets.'