File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 5757 </distributionManagement >
5858 <properties >
5959 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
60- <maven .compiler.source>8</maven .compiler.source>
61- <maven .compiler.target>17</maven .compiler.target>
6260 <dependency-check .version>8.4.0</dependency-check .version>
6361 </properties >
6462
209207 </execution >
210208 </executions >
211209 </plugin >
210+ <plugin >
211+ <groupId >org.apache.maven.plugins</groupId >
212+ <artifactId >maven-compiler-plugin</artifactId >
213+ <version >3.12.1</version >
214+ </plugin >
212215 </plugins >
213216 </build >
214217
215218 <profiles >
219+ <profile >
220+ <id >set-compiler-release</id >
221+ <activation >
222+ <jdk >[9,)</jdk >
223+ </activation >
224+ <properties >
225+ <maven .compiler.release>8</maven .compiler.release>
226+ </properties >
227+ </profile >
216228 <profile >
217229 <id >sonatype-oss-release</id >
218230 <build >
You can’t perform that action at this time.
0 commit comments