gradle-enterprise-build-validation-scripts icon indicating copy to clipboard operation
gradle-enterprise-build-validation-scripts copied to clipboard

Executable scripts to assist in validating that your Gradle and Maven builds are in an optimal state in terms of maximizing work avoidance when using Develocity.

Results 46 gradle-enterprise-build-validation-scripts issues
Sort by recently updated
recently updated
newest added

Currently the GitHub actions for executing the experiments does not include a way to enable debug logging for the validation scripts. This is problematic if there is an issue that...

Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/hb6sMX33z?organizationId=R3JhZGxl

The BVS Summary generated at the end is missing the tasks filter for links targeting the timeline view, which might be confusing at first, if the summary is showing only...

Currently the [experiment-config-cache](https://github.com/gradle/gradle-enterprise-build-validation-scripts/tree/main/.github/actions/gradle/experiment-config-cache/action.yml) expects to run the `./gradlew` command in the root of the workflow. This means that any repository that has `gradlew` executable in a subdirectory can't use this...

The API summary currently only looks for API keys in `enterprise/keys.properties`. As of Develocity Gradle Plugin 3.17, keys are generated and stored in `develocity/keys.properties`: https://docs.gradle.com/enterprise/gradle-plugin/current/#automated_access_key_provisioning This means that users who...

The Build Validation Scripts do not appear to retain configuration specific to the GE remote cache connector or the GE plugin. Here are the two specific instances of this issue...

`failIfNotFullyCacheable: true` should be the default behavior and `failIfNotFullyCacheable: false` should be the exception. If a user forgets to configure `failIfNotFullyCacheable: true` they will have a false sense of security...