Prevent upgrade to AspectJ 1.9.8 as it requires Java 11

This commit is contained in:
Stephane Nicoll 2022-02-16 14:29:14 +01:00
parent 008a793f92
commit 865a829d29
1 changed files with 3 additions and 0 deletions

View File

@ -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",