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:
Alexey Venderov 2024-04-25 17:25:52 +02:00 committed by GitHub
parent 7deed41917
commit 763cdb64eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 105 additions and 0 deletions

View file

@ -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"