File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 <artifactId >maven-compiler-plugin</artifactId >
7070 <version >3.8.1</version >
7171 <configuration >
72- <source >8</source >
73- <target >8</target >
72+ <source >1. 8</source >
73+ <target >1. 8</target >
7474 <compilerArguments >
7575 <properties >${project.basedir} /.settings/org.eclipse.jdt.core.prefs</properties >
7676 </compilerArguments >
8282 <dependency >
8383 <groupId >org.codehaus.plexus</groupId >
8484 <artifactId >plexus-compiler-eclipse</artifactId >
85- <version >2.8.8 </version >
85+ <version >2.9.0 </version >
8686 </dependency >
8787 <dependency >
8888 <groupId >org.eclipse.jdt</groupId >
8989 <artifactId >ecj</artifactId >
9090 <version >3.28.0</version >
9191 </dependency >
92+ <dependency >
93+ <groupId >org.codehaus.plexus</groupId >
94+ <artifactId >plexus-compiler-api</artifactId >
95+ <version >2.9.0</version >
96+ </dependency >
9297 </dependencies >
9398 </plugin >
9499 <plugin >
You can’t perform that action at this time.
0 commit comments