DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Gradle Dependency Configuration
| Color | Purpose |
|---|---|
| Gray Text | Removed in Gradle 7.0 |
| Light Green | Used to declare dependencies |
| Blue Gray | Consumed by tasks to create dependency set/classpath |
| Light Blue | Task |
Main source set
Test source set
Note that the testRuntimeConfiguration was added to the default set of Java Gradle configurations to simulate the testRuntime configuration by Gradle 6.x and earlier.
...

