File tree Expand file tree Collapse file tree 4 files changed +1
-610
lines changed Expand file tree Collapse file tree 4 files changed +1
-610
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ configure(moduleProjects) {
70
70
ext. javadocLinks = [
71
71
" https://docs.oracle.com/en/java/javase/17/docs/api/" ,
72
72
" https://docs.spring.io/spring-framework/docs/6.0.x/javadoc-api/" ,
73
- " https://javadoc.io/doc/com.graphql-java/graphql-java/18.1 /"
73
+ " https://javadoc.io/doc/com.graphql-java/graphql-java/19.2 /"
74
74
] as String []
75
75
76
76
components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
Original file line number Diff line number Diff line change @@ -57,14 +57,9 @@ task api(type: Javadoc) {
57
57
author = true
58
58
header = rootProject. description
59
59
use = true
60
- overview = " src/docs/api/overview.html"
61
- stylesheetFile = file(" src/docs/api/stylesheet.css" )
62
60
splitIndex = true
63
61
links(project. ext. javadocLinks)
64
62
addStringOption(' Xdoclint:none' , ' -quiet' )
65
- if (JavaVersion . current(). isJava9Compatible()) {
66
- addBooleanOption(' html5' , true )
67
- }
68
63
}
69
64
source = moduleProjects. collect { project ->
70
65
project. sourceSets. main. allJava
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments