Commit 8be46529 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.2.x' into 2.3.x

parents d2ed9dc0 e7297b43
...@@ -363,6 +363,9 @@ bom { ...@@ -363,6 +363,9 @@ bom {
} }
} }
library("Groovy", "2.5.12") { library("Groovy", "2.5.12") {
prohibit("[2.5.13,2.5.14)") {
because "regression with @Log"
}
group("org.codehaus.groovy") { group("org.codehaus.groovy") {
imports = [ imports = [
"groovy-bom" "groovy-bom"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment