We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153fc8c commit 66ae25bCopy full SHA for 66ae25b
build.gradle
@@ -161,7 +161,7 @@ subprojects {
161
javadoc {
162
title = '<h1>Simple Binary Encoding</h1>'
163
options.bottom = '<i>Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.</i>'
164
- if (JavaVersion.current() == JavaVersion.VERSION_11) {
+ if (JavaVersion.current().ordinal() >= JavaVersion.VERSION_1_10.ordinal()) {
165
options.addBooleanOption 'html5', true
166
}
167
0 commit comments