File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed
Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 2424 </dependency >
2525 </dependencies >
2626
27- <build >
28- <plugins >
29- <plugin >
30- <groupId >org.apache.maven.plugins</groupId >
31- <artifactId >maven-compiler-plugin</artifactId >
32- <configuration >
33- <source >1.8</source >
34- <target >1.8</target >
35- </configuration >
36- </plugin >
37- </plugins >
38- </build >
3927</project >
Original file line number Diff line number Diff line change 196196 <plugin >
197197 <groupId >org.apache.maven.plugins</groupId >
198198 <artifactId >maven-compiler-plugin</artifactId >
199+ <version >3.3</version >
199200 <configuration >
200201 <source >${maven.compiler.source} </source >
201202 <target >${maven.compiler.target} </target >
202203 <encoding >${project.build.sourceEncoding} </encoding >
204+ <compilerArgs >
205+ <arg >-XDignore.symbol.file</arg >
206+ </compilerArgs >
203207 </configuration >
204208 </plugin >
205209 </plugins >
You can’t perform that action at this time.
0 commit comments