Slackbot
08/08/2023, 6:57 PMMiles Peele
08/08/2023, 7:42 PMSam Edwards
08/08/2023, 7:47 PMruntimeClasspath
) you are targeting.
internal fun ConfigurationContainer.getResolvedComponentResult(configurationName: String): Provider<ResolvedComponentResult>? = this
.findByName(configurationName)
?.incoming
?.resolutionResult
?.rootComponent
You can use this provider as an input to the task, and use it later to visit the dependenciesephemient
08/08/2023, 10:13 PMVinícius Santos guimares
08/09/2023, 12:47 PM