gradle / actions

A collection of GitHub Actions to accelerate your Gradle Builds on GitHub
https://github.com/marketplace/actions/build-with-gradle
MIT License
157 stars 38 forks source link

Develocity build scan publishing fails with v3.4.0 #257

Closed bigdaz closed 3 months ago

bigdaz commented 3 months ago

When setting either DEVELOCITY_ACCESS_KEY env var or the new develocity-access-key input parameter, a bug in the action causes the access key value to be removed and build scans cannot be published.

The only workaround at this stage is to provide DEVELOCITY_ACCESS_KEY env var directly to the step that is executing Gradle, or set it in a step that follows the setup-gradle step.

bigdaz commented 3 months ago

Fixed by #258