Skip to content

Commit

Permalink
fixes javadocs build
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
Oleh Dokuka committed Nov 13, 2023
1 parent bd7564e commit 00a814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactor-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ javadoc {
// work around https://github.com/gradle/gradle/issues/4046
copy {
from('src/main/java')
into "${project.layout.buildDirectory.dir('/docs/javadoc/').get().asFile.toString()}"
into "${project.layout.buildDirectory.dir('docs/javadoc/').get().asFile.toString()}"
include "**/doc-files/**/*"
}
}
Expand Down

0 comments on commit 00a814b

Please sign in to comment.