From 3933d3a9545d49c86f7be5da9b8e1d01dd6c717f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 21 Feb 2024 10:29:51 +0100 Subject: [PATCH] Update Javadoc link to graphql-java 21.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f01c21dd..56eaffd3 100644 --- a/build.gradle +++ b/build.gradle @@ -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/20.7/" + "https://javadoc.io/doc/com.graphql-java/graphql-java/21.3/" ] as String[] components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements) { skip() }