Override AspectJ version when building with Java9
See gh-7226
This commit is contained in:
parent
3894229381
commit
4c576f6d19
|
|
@ -928,6 +928,9 @@
|
|||
<activation>
|
||||
<jdk>9</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<aspectj.version>1.9.0.BETA-7</aspectj.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue