Skip to content

Commit c8e4f3d

Browse files
committed
[Java] Enable javadoc-links plugin now javadoc.io is back.
1 parent b66d89e commit c8e4f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ subprojects {
127127
apply plugin: 'signing'
128128
apply plugin: 'checkstyle'
129129
apply plugin: 'eclipse'
130-
//apply plugin: 'io.freefair.javadoc-links'
130+
apply plugin: 'io.freefair.javadoc-links'
131131

132132
group = sbeGroup
133133
version = sbeVersion

0 commit comments

Comments
 (0)