mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
build.gradle: Specify source encodings.
This commit is contained in:
@@ -23,6 +23,8 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.7
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
|
||||
protobuf {
|
||||
generatedFilesBaseDir = new File(projectDir, '/src') // workaround for '$projectDir/src'
|
||||
|
@@ -9,3 +9,5 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
|
@@ -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.'
|
||||
|
@@ -10,6 +10,8 @@ dependencies {
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
|
||||
task wallet_template(type: JavaExec) {
|
||||
main = 'wallettemplate.Main'
|
||||
|
Reference in New Issue
Block a user