Merge branch '2.6.x' into 2.7.x

This commit is contained in:
Stephane Nicoll
2022-02-16 14:32:42 +01:00

View File

@@ -100,6 +100,9 @@ bom {
}
}
library("AspectJ", "1.9.7") {
prohibit("[1.9.8.M1,)") {
because "it requires Java 11"
}
group("org.aspectj") {
modules = [
"aspectjrt",