Configure bomr to filter GraphQL "snapshot" versions

See gh-33817
pull/36503/head
Stephane Nicoll 1 year ago
parent a0ce68de52
commit 5022e120c1

@ -322,6 +322,10 @@ bom {
} }
} }
library("GraphQL Java", "20.4") { library("GraphQL Java", "20.4") {
prohibit {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "These are snapshots that we don't want to see"
}
group("com.graphql-java") { group("com.graphql-java") {
modules = [ modules = [
"graphql-java" "graphql-java"

Loading…
Cancel
Save