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 d63d20f commit 4671e68Copy full SHA for 4671e68
1 file changed
build.gradle
@@ -43,7 +43,7 @@ task aggregatedJavadocs(type: Javadoc, group: 'Documentation') {
43
destinationDir = file("$buildDir/docs/javadoc")
44
title = "$project.name $version"
45
// options.memberLevel = JavadocMemberLevel.PRIVATE
46
- options.links 'https://docs.oracle.com/javase/7/docs/api/'
+ options.links 'https://docs.oracle.com/javase/8/docs/api/'
47
options.encoding 'UTF-8'
48
49
subprojects.each { project ->
0 commit comments