Allow multiple startsWith, contains and endsWith clauses in bomr

- Add support for startsWith prohibition
This commit is contained in:
Moritz Halbritter
2023-01-12 17:33:26 +01:00
parent 3d42ab085a
commit 484d662085
4 changed files with 54 additions and 28 deletions

View File

@@ -1362,13 +1362,7 @@ bom {
endsWith ".jre8-preview"
}
prohibit {
contains ".jre11"
}
prohibit {
contains ".jre16"
}
prohibit {
contains ".jre17"
contains([".jre11", ".jre16", ".jre17"])
}
group("com.microsoft.sqlserver") {
modules = [