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) {
7070 ext. javadocLinks = [
7171 " https://docs.oracle.com/en/java/javase/17/docs/api/" ,
7272 " 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 /"
7474 ] as String []
7575
7676 components. java. withVariantsFromConfiguration(configurations. testFixturesApiElements) { skip() }
Original file line number Diff line number Diff line change @@ -57,14 +57,9 @@ task api(type: Javadoc) {
5757 author = true
5858 header = rootProject. description
5959 use = true
60- overview = " src/docs/api/overview.html"
61- stylesheetFile = file(" src/docs/api/stylesheet.css" )
6260 splitIndex = true
6361 links(project. ext. javadocLinks)
6462 addStringOption(' Xdoclint:none' , ' -quiet' )
65- if (JavaVersion . current(). isJava9Compatible()) {
66- addBooleanOption(' html5' , true )
67- }
6863 }
6964 source = moduleProjects. collect { project ->
7065 project. sourceSets. main. allJava
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments