We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b375c07 commit ff05503Copy full SHA for ff05503
release/build.gradle
@@ -31,7 +31,7 @@ description = 'Release module'
31
final String documentationDir = rootProject.project( 'documentation' ).buildDir
32
33
// Relative path on the static website where the documentation is located
34
-final String docWebsiteRelativePath = "/reactive/documentation/${projectVersion.family}"
+final String docWebsiteRelativePath = "reactive/documentation/${projectVersion.family}"
35
36
// The location of the docs when the website has been cloned
37
final String docWebsiteReactiveFolder = "${project.buildDir}/docs-website/${docWebsiteRelativePath}"
0 commit comments