Skip to content

Commit 6b567c7

Browse files
committed
[Java] Remove the quiet flag to javadoc compiler.
1 parent 2464eb0 commit 6b567c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,7 @@ subprojects {
152152

153153
javadoc {
154154
title = '<h1>Simple Binary Encoding</h1>'
155-
156155
options.bottom = '<i>Copyright &#169; 2014 - 2016 Real Logic Ltd. All Rights Reserved.</i>'
157-
options.addStringOption('XDignore.symbol.file', '-quiet')
158156
}
159157

160158
signing {

0 commit comments

Comments
 (0)