File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
22
22
plugins {
23
23
id ' java'
24
24
id ' com.github.johnrengelman.shadow' version ' 5.0.0' apply false
25
- id " io.freefair.javadoc-links" version " 3.1.4"
25
+ id " io.freefair.javadoc-links" version " 3.1.4" apply false
26
26
}
27
27
28
28
defaultTasks ' clean' , ' build' , ' shadowJar' , ' install'
@@ -163,7 +163,7 @@ subprojects {
163
163
javadoc {
164
164
title = ' <h1>Simple Binary Encoding</h1>'
165
165
options. bottom = ' <i>Copyright © 2014-2019 Real Logic Ltd. All Rights Reserved.</i>'
166
- options. links(' http ://docs.oracle.com/javase/8/docs/api/' )
166
+ options. links(' https ://docs.oracle.com/javase/8/docs/api/' )
167
167
if (JavaVersion . current(). ordinal() >= JavaVersion . VERSION_1_10 . ordinal()) {
168
168
options. addBooleanOption ' html5' , true
169
169
}
You can’t perform that action at this time.
0 commit comments