Closed hisakaz0 closed 1 year ago
At the same time, I fix this issue.
The fixing is this. https://github.com/hisakaz0/module-graph/tree/fix-duplicate-edge
repro-duplicate-edges
cd module-graph
./gradlew build publishToMavenLocal
cd ..
./gradlew createModuleGraph
🐛 Describe the bug
When
createModuleGraph
task is executed in this project, there are duplicated dependency edges.Maybe when a gradle module has multi sourceSets, this problem occurred .
⚠️ Current behavior
A dependency(for example
alpha --> beta
) edges are duplicated.✅ Expected behavior
A dependency represents only one edge.
💣 Steps to reproduce
mod-graph
../gradlew createModuleGraph
📷 Screenshots
📱 Tech info