Skip to content

Commit 978b5ee

Browse files
committed
More javadoc fixes.
1 parent b7776dc commit 978b5ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ subprojects { subProject ->
2020

2121
ext.maven_name = subProject.name
2222
ext.javadoc_links = [
23-
"https://javadoc.io/doc/com.diffplug.durian/durian-collect/${VER_DURIAN}",
24-
"https://javadoc.io/doc/com.diffplug.durian/durian-concurrent/${VER_DURIAN}",
25-
"https://javadoc.io/doc/com.diffplug.durian/durian-rx/${VER_DURIAN_RX}",
2623
'https://docs.oracle.com/javase/8/docs/api/'
2724
].join(' ')
2825

0 commit comments

Comments
 (0)