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 afac062 commit bbb7a43Copy full SHA for bbb7a43
plugin/src/main/kotlin/org/gradle/github/dependencygraph/internal/DependencyExtractor.kt
@@ -35,7 +35,7 @@ abstract class DependencyExtractor :
35
/**
36
* Map of all resolved configurations by name
37
*/
38
- private val resolvedConfigurations = mutableListOf<ResolvedConfiguration>()
+ private val resolvedConfigurations = Collections.synchronizedList(mutableListOf<ResolvedConfiguration>())
39
40
41
* Map of the project identifier to the relative path of the git workspace directory [gitWorkspaceDirectory].
0 commit comments