Skip to content

Commit

Permalink
Remove unnecessary jackson docks links
Browse files Browse the repository at this point in the history
The java common UObject class needs those links, but not the workspace
docs
  • Loading branch information
MrCreosote committed Apr 1, 2024
1 parent cb4f1a8 commit 5d9b354
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ javadoc {
failOnError = false
options {
links "https://docs.oracle.com/en/java/javase/11/docs/api/"
links "https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.9.9/"
links "https://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/2.9.9/"
}
include "**/workspace/*.java"
exclude "**/workspace/WorkspaceServer.java"
Expand Down

0 comments on commit 5d9b354

Please sign in to comment.