We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d53478 commit 4a7eedcCopy full SHA for 4a7eedc
src/main/kotlin/com/github/ivancarras/graphfity/plugin/task/GraphfityTask.kt
@@ -105,7 +105,7 @@ abstract class GraphfityTask : DefaultTask() {
105
project.configurations.forEach { config ->
106
config.dependencies
107
.withType(ProjectDependency::class.java)
108
- .map { it.dependencyProject }
+ .map { project.project(it.path) }
109
.filterNot { project == it.project }
110
.forEach { dependencyProject ->
111
val dependencyProjectNodeData = mapProjectToNode(dependencyProject, nodeTypes)
0 commit comments