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 5c9f485 commit 585a258Copy full SHA for 585a258
build.gradle.kts
@@ -60,7 +60,8 @@ tasks.withType<Javadoc> {
60
"https://docs.hibernate.org/orm/6.6/javadocs/",
61
"https://mongodb.github.io/mongo-java-driver/5.3/apidocs/bson/",
62
"https://mongodb.github.io/mongo-java-driver/5.3/apidocs/mongodb-driver-core/",
63
- "https://mongodb.github.io/mongo-java-driver/5.3/apidocs/mongodb-driver-sync/")
+ "https://mongodb.github.io/mongo-java-driver/5.3/apidocs/mongodb-driver-sync/",
64
+ "https://javadoc.io/doc/org.jspecify/jspecify/1.0.0/")
65
}
66
67
0 commit comments