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 0ed7041 commit 0eee2f5Copy full SHA for 0eee2f5
build.gradle
@@ -199,7 +199,7 @@ tasks.withType(Javadoc) {
199
options.addStringOption('charset', 'UTF-8')
200
options.overview = 'src/overview.html'
201
options.links 'https://docs.oracle.com/en/java/javase/11/docs/api/'
202
- options.links 'https://css4j.github.io/api/3/'
+ options.links 'https://css4j.github.io/api/latest/'
203
options.links 'https://dom4j.github.io/javadoc/2.1.1/'
204
}
205
0 commit comments