mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
core/build.gradle: Commented out option for max javadoc warnings
This commit is contained in:
parent
06d212ef02
commit
3758213100
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ targetCompatibility = 8
|
|||
compileJava.options.encoding = 'UTF-8'
|
||||
compileTestJava.options.encoding = 'UTF-8'
|
||||
javadoc.options.encoding = 'UTF-8'
|
||||
// Uncomment the following line to see all the JavaDoc warnings
|
||||
//javadoc.options.addStringOption('Xmaxwarns', '10000')
|
||||
|
||||
compileJava {
|
||||
options.compilerArgs.addAll(['--release', '8'])
|
||||
|
|
Loading…
Add table
Reference in a new issue