RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem
* update LayoutEngine package
This commit is contained in:
parent
924a8607d2
commit
6de802b5a4
@ -7,12 +7,12 @@ include:
|
|||||||
ref: 'main'
|
ref: 'main'
|
||||||
file: 'ci-templates/gradle_java.yml'
|
file: 'ci-templates/gradle_java.yml'
|
||||||
|
|
||||||
deploy dependencies:
|
publish dependencies:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
script:
|
script:
|
||||||
- echo "Building JavaDoc with gradle version ${BUILDVERSION}"
|
- echo "Publishing dependencies with gradle version ${BUILDVERSION}"
|
||||||
- gradle -Pversion=${BUILDVERSION} publish
|
- gradle -Pversion=${BUILDVERSION} publish
|
||||||
- echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env
|
- echo "BUILDVERSION=$(echo ${BUILDVERSION})" >> variables.env
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -43,7 +43,7 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
needs:
|
||||||
- generate JavaDoc
|
- generate JavaDoc
|
||||||
- deploy JavaDoc
|
- publish dependencies
|
||||||
- calculate minor version
|
- calculate minor version
|
||||||
pages:
|
pages:
|
||||||
path_prefix: "$BUILDVERSION"
|
path_prefix: "$BUILDVERSION"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user