Skip to content

Commit

Permalink
Point GraphQL Java to Javadoc 22.0
Browse files Browse the repository at this point in the history
See gh-931
  • Loading branch information
bclozel committed Apr 16, 2024
1 parent fc07911 commit d26527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -54,7 +54,7 @@ configure(moduleProjects) {
ext.javadocLinks = [
"https://docs.oracle.com/en/java/javase/17/docs/api/",
"https://docs.spring.io/spring-framework/docs/6.1.x/javadoc-api/",
"https://javadoc.io/doc/com.graphql-java/graphql-java/21.3/"
"https://javadoc.io/doc/com.graphql-java/graphql-java/22.0/"
] as String[]

components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }
Expand Down

0 comments on commit d26527e

Please sign in to comment.