Support using Gradle projects as the dependency inputs
Open
enhancement
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
I'd finished Ktlint custom rule sets support in #1896, but it supports Maven coordinates only due to the limits of
https://github.com/diffplug/spotless/blob/0189f717ee13acdb00745bffa86c6ed4ede53ef2/lib/src/main/java/com/diffplug/spotless/JarState.java#L56-L59
We can extend this for Gradle local projects to be used as the inputs, not sure if this way works for Maven projects as well.
Contributor guide
Assessment
This issue has not been assessed yet.