This message was deleted.
# community-support
s
This message was deleted.
t
Something like:
Copy code
dependencies {
    constraints {
        api("group:artifact") { version { rejectAll() } }
    }
}
?
a
yeah, I've been trying to do it using rich version format of versions but it hasn't worked
if rejectAll is an api that might just do it for me...will look into it...thanks Thomas
amazing..exactly what I was looking for...thank you!