Update ECJ version

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2020-06-28 09:39:16 +10:00
parent 4a0a1f1ead
commit 4383162fda

View file

@ -247,6 +247,11 @@
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.8.5-spigotmc</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.22.0</version>
</dependency>
</dependencies>
</plugin>
<plugin>