Upgrade to Groovy 2.5.13

Closes gh-22526
This commit is contained in:
Stephane Nicoll 2020-07-23 11:06:12 +02:00
parent a056eb475a
commit e9a966a0a2
1 changed files with 1 additions and 4 deletions

View File

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