This message was deleted.
# community-support
s
This message was deleted.
v
Copy code
capabilities {
	requireCapability("${libs.my.logging.spring.boot.support.get()}")
}
t
How simple. Thank you! Btw, I found no API description of it. Can you please point me the right direction?
v
requireCapability
needs a
Capability
or a
String
in the form of
group:name:version
. The accessor directly gives you a provider which I just got and made a
String
, guessing the result and
println
confirmed. :-)
👍 1