mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-09 16:04:54 +01:00
build.gradle: Specify javadoc encodings.
This commit is contained in:
parent
951d18b9a7
commit
cee5264ab9
4 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,7 @@ dependencies {
|
|||
sourceCompatibility = 1.7
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
|
||||
protobuf {
|
||||
protoc {
|
||||
|
|
|
@ -14,3 +14,4 @@ dependencies {
|
|||
sourceCompatibility = 1.8
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
|
|
|
@ -13,6 +13,7 @@ dependencies {
|
|||
sourceCompatibility = 1.8
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
|
||||
task wallet_tool(type: JavaExec) {
|
||||
description = 'Print and manipulate wallets.'
|
||||
|
|
|
@ -20,5 +20,6 @@ javafx {
|
|||
sourceCompatibility = 1.11
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
|
||||
mainClassName = 'wallettemplate.Main'
|
||||
|
|
Loading…
Add table
Reference in a new issue