mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
build.gradle: Specify source encodings.
This commit is contained in:
@@ -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