Skip to content

Enable experimental Gradle parser by default

What does this MR do?

This merge request updates the default setting for the experimental Gradle parser. It changes the default value of the flagExperimentalGradleParser from false to true. This allows the experimental parser to be enabled by default, controlled by the environment variable DS_EXPERIMENTAL_GRADLE_BUILTIN_PARSER.

Note

In this merge request, I have updated the tests for the experimental Gradle parser feature flag and manually toggled it in our integration tests. An alternative approach would have been to not been explicit about the feature flag being enabled in the E2E tests. However, this would meant reorganization of the tests. While I acknowledge that the approach I've taken may not be the cleanest solution, it effectively addresses the current requirements and aligns with the planned cleanup and coordinated release activities in %17.0 and %17.1.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports