Capture build scans on ge.apache.org to benefit from deep build insights (#1288)
* Capture build scans on ge.apache.org to benefit from deep build insights (#1) * Add Develocity plugin and configure it to publish to Apache Develocity instance * Add Develocity access token to CI jobs * Use convention plugin to configure Develocity * Add opt-in property * Revert "Add opt-in property" This reverts commit ff556b9764fd6b980b24082a3195ba3fbd22faf6. * Improve variable name * Use upper case i in CI abbreviation
This commit is contained in:
parent
7deed41917
commit
763cdb64eb
16 changed files with 105 additions and 0 deletions
2
.github/workflows/link-validator.yml
vendored
2
.github/workflows/link-validator.yml
vendored
|
|
@ -35,6 +35,8 @@ jobs:
|
|||
uses: coursier/setup-action@v1
|
||||
|
||||
- name: Create the Pekko site
|
||||
env:
|
||||
DEVELOCITY_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
|
||||
run: |-
|
||||
cp .jvmopts-ci .jvmopts
|
||||
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue