Daniel Lacasse
Daniel Lacasse
The current performance regression points to the rule execution code. One reason for spending so much time in that section of the code is how rules are registered for the...
This issue will spike one build experiment test (performance) end-to-end. It will include the test, the results and dashboard generation. We are focusing on the process not the accuracy at...
Fixes https://github.com/gradle/gradle/issues/29744 ### Context See https://github.com/gradle/gradle/issues/29744 and https://github.com/nokeedev/gradle-native/issues/864. ### Contributor Checklist - [x] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [x] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you...
Fixes #29492 ### Context ### Contributor Checklist - [x] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [x] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...
### Current Behavior Under some scenarios, Gradle will discover a different set of headers between builds breaking compile incremental and cache. ### Expected Behavior Although there is a deeper issue...
### Description I'm currently in the process of migrating about 200 Gb of pictures from Google to Ente, but I noticed there are a lot of duplicates (or import issues)...
Fixes #57 The API is deprecated in favour of an extension. If you apply `dev.gradleplugins.gradle-plugin-development`, the extension is available for all projects. If you apply `dev.gradleplugins.gradle-plugin-base`, the extension is available...
The versions exposed under `services.gradle.org` don't list all artifacts available under `distributions-snapshots`. We will need to parse the directory listing to collect accurate version lists.
It serves no purpose to keep two different implementations of the same capability. Now that toolbox can generate any Gradle JARs, we should use that capability instead.
On Gradle 7.0, Groovy was updated to v3.0 and `groovy-all` caused some issues. We need to validate everything works as expected.