Skip to content

Commit 585a258

Browse files
authored
Add JSpecify API docs link (#142)
1 parent 5c9f485 commit 585a258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ tasks.withType<Javadoc> {
6060
"https://docs.hibernate.org/orm/6.6/javadocs/",
6161
"https://mongodb.github.io/mongo-java-driver/5.3/apidocs/bson/",
6262
"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/")
63+
"https://mongodb.github.io/mongo-java-driver/5.3/apidocs/mongodb-driver-sync/",
64+
"https://javadoc.io/doc/org.jspecify/jspecify/1.0.0/")
6465
}
6566
}
6667

0 commit comments

Comments
 (0)