mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
build.gradle: Specify source encodings.
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user