Merge branch '2.2.x' into 2.3.x

This commit is contained in:
Stephane Nicoll 2020-07-22 13:38:34 +02:00
commit 8be46529e1
1 changed files with 3 additions and 0 deletions

View File

@ -363,6 +363,9 @@ bom {
}
}
library("Groovy", "2.5.12") {
prohibit("[2.5.13,2.5.14)") {
because "regression with @Log"
}
group("org.codehaus.groovy") {
imports = [
"groovy-bom"