Merge branch '2.5.x' into 2.6.x
This commit is contained in:
commit
4fe0fb8913
|
@ -97,6 +97,9 @@ bom {
|
|||
}
|
||||
}
|
||||
library("AspectJ", "1.9.7") {
|
||||
prohibit("[1.9.8.M1,)") {
|
||||
because "it requires Java 11"
|
||||
}
|
||||
group("org.aspectj") {
|
||||
modules = [
|
||||
"aspectjrt",
|
||||
|
|
Loading…
Reference in New Issue