Skip to content

Commit b66d89e

Browse files
committed
[Java] Disable javadoc-links plugin.
1 parent 4d8726d commit b66d89e

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)