You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
When cache-disabled: true is configured, then we fail to add required init-scripts to the Gradle User Home, resulting in build-scan URLs not being captured.
The text was updated successfully, but these errors were encountered:
Fix Build Scan capture when cache is disabled
With the change to use init-scripts to inject Build Scan capture, this functionality broke when caching was disabled and Gradle User Home wasn't initialized.
This PR fixes a couple of issues and ensures that the Gradle User Home is initialized even when it is not restored from the GitHub Actions cache.
Fixes#138Fixes#139
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When
cache-disabled: true
is configured, then we fail to add required init-scripts to the Gradle User Home, resulting in build-scan URLs not being captured.The text was updated successfully, but these errors were encountered: