This patch release fixes a bug introduced in v3.4.0, that prevents build scan publication to Develocity.
The bug results in the removal of the DEVELOCITY_ACCESS_KEY
variable being removed, so that Gradle cannot authenticate with the Develocity server.
What's Changed
- Don't clear access key when access token cannot be obtained by @cdsap in #258
- Simplify requesting short-lived Develocity access tokens by @bigdaz in #259
Full Changelog: v3.4.0...v3.4.1