File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 182182 <failOnUnableToExtractRepoInfo >false</failOnUnableToExtractRepoInfo >
183183 </configuration >
184184 </plugin >
185- <plugin >
186- <groupId >org.apache.maven.plugins</groupId >
187- <artifactId >maven-compiler-plugin</artifactId >
188- <configuration >
189- <source >17</source >
190- <target >17</target >
191- </configuration >
192- </plugin >
193185 </plugins >
194186
195187 <!-- make version available at runtime via version file -->
Original file line number Diff line number Diff line change 5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5858 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5959 </properties >
60-
61- <build >
62- <plugins >
63- <plugin >
64- <artifactId >maven-compiler-plugin</artifactId >
65- <version >3.1</version >
66- <configuration >
67- <source >1.7</source >
68- <target >1.7</target >
69- </configuration >
70- </plugin >
71- </plugins >
72- </build >
7360</project >
You can’t perform that action at this time.
0 commit comments