Skip to content

Commit

Permalink
fix javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1255 committed May 12, 2024
1 parent a2e6aff commit 8b48736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxies/bungeecord/bungeecord-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ java {
tasks {
withType<Javadoc> {
dependsOn(project(":RedisBungee-API").getTasksByName("javadoc", false))
val path = project(":RedisBungee-API").path
val path = project(":RedisBungee-API").projectDir
val options = options as StandardJavadocDocletOptions
options.use()
options.isDocFilesSubDirs = true
Expand Down
2 changes: 1 addition & 1 deletion proxies/velocity/velocity-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ java {
tasks {
withType<Javadoc> {
dependsOn(project(":RedisBungee-API").getTasksByName("javadoc", false))
val path = project(":RedisBungee-API").path;
val path = project(":RedisBungee-API").projectDir
val options = options as StandardJavadocDocletOptions
options.use()
options.isDocFilesSubDirs = true
Expand Down

0 comments on commit 8b48736

Please sign in to comment.