Stefan Wolf

Results 61 comments of Stefan Wolf

Sure. When the stale action comes around next time, please comment after the first "warning", so the issue isn't closed again.

@xenoterracide Thank you for reporting. The problem seems to be the following: - Gradle detects the task implementation of the task as not changed, since the `Test` task is a...

The order issues in file trees are only relevant when you query the files separately and add them as input afterward. For example, declaring a `ConfigurableFileTree` with any input file...

@SnoopyTlion From the source code it tracks back to the usage of [`DefaultDirectoryWalker`](https://github.com/gradle/gradle/blob/94220c5f5c262adcea7693700f1b64894287e42e/subprojects/file-collections/src/main/java/org/gradle/api/internal/file/collections/DefaultDirectoryWalker.java#L45) when walking the file tree. That uses `Files.walkFileTree` which doesn't have any order guarantees.

See also https://github.com/gretty-gradle-plugin/gretty/issues/46 for the same issue on the gretty fork.

@javabrett Did you post the right build scan? The [scan you posted](https://scans.gradle.com/s/o6jlskwqa7k3y) is for the `gradle-profiler` project, not for the spring security project. What is the improvement for the spring...

@lschwahn The Gradle plugin 2.3 adds [Enriched build scans](https://github.com/jenkinsci/gradle-plugin#enriched-build-scans). Is that already enough for your use-case or would you still want to have additional labels for the scans.

> I've read the Javadoc in Scopes but I'm not 100% sure what the difference between the Gradle and the BuildTree scope is. Could you please elaborate? A Gradle scoped...