Lóránt Pintér
Lóránt Pintér
This is a cleaned up version of https://github.com/gradle/gradle/pull/18552. ## Preparation PRs - https://github.com/gradle/gradle/pull/18665 - https://github.com/gradle/gradle/pull/20037 ## TODO - [x] allow configuration-cache instrumentation to handle `INVOKEDYNAMIC` - https://github.com/gradle/gradle/pull/20795 - https://github.com/gradle/gradle/pull/20799 -...
### Summary Follow up after https://github.com/gradle/gradle/issues/9048 ### Checklist - [x] Validate whether we should remove the API in the 8.0 release - [ ] Update the upgrade guide - [...
### Expected Behavior When executing `gradle wrapper --gradle-version`, the `gradlew` scripts and `wrapper.jar` should be taken from the version of Gradle given as the parameter (i.e. the target version). ###...
### Board Reproduced on LilyGo T18 V3.0 and LilyGo T8 ESP32-S2 V1.1 ### Device Description Just the plain dev modules. ### Hardware Configuration Nothing connected. ### Version latest master (checkout...
Starting with version 6.0 Gradle will show deprecation warnings for tasks with incorrect annotations. The licenses plugin has a number of these, and in this PR I'm attempting to fix...
This is a (draft) proposal for build operations to generalize `ExecuteTaskBuildOperationType` and `ExecuteTaskActionBuildOperationType` (with the intent of completely replacing later) to cover every type of work in Gradle. Adoption should...