There was an error while loading. Please reload this page.
1 parent 9b48d6d commit 21e4ac3Copy full SHA for 21e4ac3
1 file changed
pom.xml
@@ -69,8 +69,8 @@
69
<artifactId>maven-compiler-plugin</artifactId>
70
<version>3.8.1</version>
71
<configuration>
72
- <source>8</source>
73
- <target>8</target>
+ <source>1.8</source>
+ <target>1.8</target>
74
<compilerArguments>
75
<properties>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</properties>
76
</compilerArguments>
@@ -89,6 +89,11 @@
89
<artifactId>ecj</artifactId>
90
<version>3.28.0</version>
91
</dependency>
92
+ <dependency>
93
+ <groupId>org.codehaus.plexus</groupId>
94
+ <artifactId>plexus-compiler-api</artifactId>
95
+ <version>2.9.0</version>
96
+ </dependency>
97
</dependencies>
98
</plugin>
99
<plugin>
0 commit comments