Sergey Igushkin
Sergey Igushkin
Running the `eval` task within a single given subproject and passing it `--command='...'` may be tedious. We could find a simpler way to pass an expression in the command line.
Please consider adding scheduling feature. Motivation: the module is extremely useful for faking WiFi connection when mobile data is unlimited. However, some providers restrict unlimited mobile data by night hours...
Report project isolation problems when the project's dynamic object delegates to the parent project, as this couples the projects and makes the behavior dependent on the parent project's configuration. This...
The sample project located under [`subprojects/docs/src/snippets/tasks/incrementalBuild-customTaskClass`](https://github.com/gradle/gradle/tree/master/subprojects/docs/src/snippets/tasks/incrementalBuild-customTaskClass) does not meet [the configuration cache requirements](https://docs.gradle.org/nightly/userguide/configuration_cache.html#config_cache:requirements). The build scripts in the `groovy` and `kotlin` parts of the sample project need to be adjusted...
**Describe the bug** If I try to use one of the AceJump actions in the IntelliJ IDEA Diff Viewer editor, it won't show the jump labels and will throw an...
**Describe the bug** If I try to use AceJump in the IntelliJ IDEA commit message editor, it won't display the jump labels in the commit message editor and will instead...
Some known APIs work with nested directories, for instance, traversing the directory structure recursively. Currently, Gradle does not track usages of those APIs as configuration inputs and cannot snapshot the...
It would be great to also have a way to parse `*.kts` sources this library. The Kotlin parsers that are present at the moment seem to reject top-level statements, which...