File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,6 +238,8 @@ limitations under the License.
238238 <checkstyle .header.file>${basedir} /LICENSE-header.txt</checkstyle .header.file>
239239 <checkstyle .version>2.17</checkstyle .version>
240240 <commons .clirr.version>2.8</commons .clirr.version>
241+ <!-- use java 9 compatible jacoco version -->
242+ <commons .jacoco.version>0.7.9</commons .jacoco.version>
241243 </properties >
242244 <build >
243245 <pluginManagement >
@@ -406,5 +408,17 @@ limitations under the License.
406408 </plugins >
407409 </build >
408410 </profile >
411+ <profile >
412+ <id >java9</id >
413+ <activation >
414+ <jdk >9</jdk >
415+ </activation >
416+ <properties >
417+ <!-- versions below 3.0.0 do not work with java 9 -->
418+ <commons .javadoc.version>3.0.0-M1</commons .javadoc.version>
419+ <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
420+ <coveralls .skip>true</coveralls .skip>
421+ </properties >
422+ </profile >
409423 </profiles >
410424</project >
You can’t perform that action at this time.
0 commit comments