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 c9c9e5f commit dd6ab69Copy full SHA for dd6ab69
.github/workflows/deploy_to_maven_central.yml
@@ -156,7 +156,8 @@ jobs:
156
VERSION=${{ needs.tag-release.outputs.VERSION }}
157
rm -rf docs/api/${VERSION}
158
mkdir --parents docs/api/${VERSION}
159
- mv bundles/requirements-bundle/work/requirements/requirements/docs/api/${VERSION} docs/api/${VERSION}
+ mv bundles/requirements-bundle/work/requirements.java/requirements.java/docs/api/${VERSION} \
160
+ docs/api/${VERSION}
161
rm -rf bundles
162
163
# Sign and generate checksums for all JAR and POM files
0 commit comments