Looking at the self-test results, all of the dependencies are being bound to the settings.gradle.kts file instead of binding the dependencies to the respective subproject's build.gradle.kts file.
https://github.com/gradle/github-dependency-graph-gradle-plugin/network/dependencies
For example, search for junit: https://github.com/gradle/github-dependency-graph-gradle-plugin/network/dependencies?q=junit
This dependency could be traced to either of these two locations:
|
testImplementation(libs.junit.jupiter) |
|
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" } |
|
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.0" } |
However, neither of these files are linked to in the GitHub UI
Looking at the self-test results, all of the dependencies are being bound to the
settings.gradle.ktsfile instead of binding the dependencies to the respective subproject'sbuild.gradle.ktsfile.https://github.com/gradle/github-dependency-graph-gradle-plugin/network/dependencies
For example, search for
junit: https://github.com/gradle/github-dependency-graph-gradle-plugin/network/dependencies?q=junitThis dependency could be traced to either of these two locations:
github-dependency-graph-gradle-plugin/plugin/build.gradle.kts
Line 44 in 03dc2f1
github-dependency-graph-gradle-plugin/gradle/libs.versions.toml
Lines 19 to 20 in 03dc2f1
However, neither of these files are linked to in the GitHub UI