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 dae6a6a commit 8f78e98Copy full SHA for 8f78e98
plugin/src/main/kotlin/org/gradle/dependencygraph/extractor/DependencyExtractor.kt
@@ -156,7 +156,7 @@ abstract class DependencyExtractor :
156
val rootPath = projectIdentityPath ?: details.buildPath
157
158
if (!configurationFilter.include(rootPath, details.configurationName)) {
159
- LOGGER.debug("Ignoring resolved configuration: ${rootPath} - ${details.configurationName}")
+ LOGGER.debug("Ignoring resolved configuration: $rootPath - ${details.configurationName}")
160
return
161
}
162
0 commit comments