-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
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) github-dependency-graph-gradle-plugin/gradle/libs.versions.toml
Lines 19 to 20 in 03dc2f1
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
viluon and raits
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request