Skip to content

Commit 738a95a

Browse files
committed
Use javadocs.dev instead of javadoc.io for now
1 parent ff393e0 commit 738a95a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/build-logic/src/main/kotlin/conventions.publishing.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ indra {
2626
}
2727
}
2828
}
29+
30+
javadocLinks {
31+
defaultJavadocProvider = "https://www.javadocs.dev/{group}/{name}/{version}"
32+
}

0 commit comments

Comments
 (0)