File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 7171 <jdkLevel >1.8</jdkLevel >
7272 <slf4j .version>1.7.32</slf4j .version>
7373 <junit .version>4.13.1</junit .version>
74+ <maven .compiler.source>8</maven .compiler.source>
75+ <maven .compiler.target>8</maven .compiler.target>
7476 <mainClass />
7577
7678 <maven-resources-plugin-version >3.1.0</maven-resources-plugin-version >
7981 <maven-surefire-plugin-version >2.22.0</maven-surefire-plugin-version >
8082 <maven-pmd-plugin-version >3.10.0</maven-pmd-plugin-version >
8183 <maven-source-plugin-version >3.0.1</maven-source-plugin-version >
82- <maven-javadoc-plugin-version >2.10.4 </maven-javadoc-plugin-version >
84+ <maven-javadoc-plugin-version >3.3.1 </maven-javadoc-plugin-version >
8385 <maven-shade-plugin-version >3.1.1</maven-shade-plugin-version >
8486 <maven-assembly-plugin-version >3.1.0</maven-assembly-plugin-version >
8587 <maven-bundle-plugin-version >3.5.1</maven-bundle-plugin-version >
108110 <version >${maven-compiler-plugin-version} </version >
109111 <inherited >true</inherited >
110112 <configuration >
111- <source >${jdkLevel} </source >
112- <target >${jdkLevel} </target >
113113 <meminitial >2g</meminitial >
114114 <maxmem >4g</maxmem >
115115 </configuration >
291291 </plugins >
292292 </build >
293293 </profile >
294+ <profile >
295+ <id >java-8-compilation</id >
296+ <activation >
297+ <jdk >[9,)</jdk >
298+ </activation >
299+ <properties >
300+ <maven .compiler.release>8</maven .compiler.release>
301+ </properties >
302+ </profile >
294303 </profiles >
295304
296305 <distributionManagement >
You can’t perform that action at this time.
0 commit comments