set Component Versions Lister
Sets a custom component versions lister. A versions lister will be called whenever a dynamic version is requested.
Since
4.9
Parameters
lister
the class of the lister.
abstract fun setComponentVersionsLister(lister: Class<out ComponentMetadataVersionLister>, configureAction: Action<in ActionConfiguration>)(source)
Sets a custom component versions lister. A versions lister will be called whenever a dynamic version is requested.
Since
4.9
Parameters
lister
the class of the lister.
configure Action
the action to use to configure the lister.