Jeff
Jeff
### Expected Behavior It would be nice if the project isolation issues report generated via `./gradlew help -Dorg.gradle.unsafe.isolated-projects=true` would contain a filename and line number for the first few issues...
### Context This might help a little bit with https://issuetracker.google.com/issues/321949384 It was originally surprising that Gradle wasn't listing all of the files in the directory ### Contributor Checklist - [...
### Current Behavior I’m finding that in certain circumstances, the filter assigned to a FileCollection is ignored. In DefaultFileSystemAccess.snapshot there is an early exit [here](https://github.com/gradle/gradle/blob/v8.7.0/platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/impl/DefaultFileSystemAccess.java#L163) to check for existing FileSystemLocationSnapshots,...
Fixes: #29205 ### Contributor Checklist - [ ] [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 of...
### Expected Behavior: It would be great if Gradle would provide explicit support for diagnosing why not all tasks and transforms are UP-TO-DATE, perhaps via a listener that receives the...