get Runtime Only
Returns a DependencyCollector that collects the set of runtime-only dependencies.
runtimeOnly
dependencies are not available at compilation and are used only at runtime.
Return
a DependencyCollector that collects the set of runtime-only dependencies
Since
7.6