Commit 4c576f6d authored by Stephane Nicoll's avatar Stephane Nicoll

Override AspectJ version when building with Java9

See gh-7226
parent 38942293
...@@ -928,6 +928,9 @@ ...@@ -928,6 +928,9 @@
<activation> <activation>
<jdk>9</jdk> <jdk>9</jdk>
</activation> </activation>
<properties>
<aspectj.version>1.9.0.BETA-7</aspectj.version>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment