Merge branch '2.3.x'
This commit is contained in:
commit
42817224e1
|
|
@ -350,6 +350,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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue