Skip to content

Commit

Permalink
Revert "In addition to #3345"
Browse files Browse the repository at this point in the history
This reverts commit a7ffbb0.
  • Loading branch information
pderop committed Jul 12, 2024
1 parent a7ffbb0 commit 16cdaaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class DeployDocs implements Plugin<Project> {
includeEmptyDirs = false
eachFile { fileCopyDetails ->
if (fileCopyDetails.name == 'index.pdf') {
fileCopyDetails.name = "reactor-netty-reference-guide-${project.rootProject.version}.pdf"
fileCopyDetails.name = "reactor-netty-reference-guide-${rootProject.version}.pdf"
}
}
}
Expand Down

0 comments on commit 16cdaaf

Please sign in to comment.