We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6b531 commit bb1e1d3Copy full SHA for bb1e1d3
build.gradle.kts
@@ -64,7 +64,7 @@ subprojects {
64
(options as StandardJavadocDocletOptions).apply {
65
charSet = encoding
66
docEncoding = encoding
67
- links("https://docs.oracle.com/javase/jp/8/docs/api/")
+ links("https://docs.oracle.com/javase/8/docs/api/")
68
use()
69
exclude("**/internal/**")
70
}
0 commit comments