Skip to content

Commit

Permalink
Fix javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
56738 committed May 4, 2024
1 parent 9c15901 commit eb8eb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
org.gradle.parallel=true

javadocPublishRoot=https://jd.advntr.dev/
javadocPublishRoot=https://jd.advntr.dev/platform/
2 changes: 1 addition & 1 deletion platform-bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {

javadoc {
options.links(
"https://jd.papermc.io/paper/1.15"
"https://jd.papermc.io/paper/1.20"
)
}

0 comments on commit eb8eb2d

Please sign in to comment.