8000
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 37b7d40 commit 5739a8eCopy full SHA for 5739a8e
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}-jakarta"
+final String docWebsiteRelativePath = "reactive/documentation/${projectVersion.family}-jakarta"
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