add warning if target has `**/*`
Open
bug
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
As part of writing up a post on [expected Gradle configuration performance](https://www.liutikas.net/2025/11/02/Unreasonable-Configuration.html) I found that com.diffplug.spotless causes 17 second regression in configuration performance [Androidify](https://github.com/android/androidify) Gradle project.
Simply removing com.diffplug.spotless from root build.gradle.kts and rerunning the Gradle profiler we get configuration time from 26s to 9s.
Contributor guide
Assessment
This issue has not been assessed yet.