Skip to content

Commit 04ab6d9

Browse files
Use Java 9 Maven profile on Java 9 and later.
1 parent 0775abc commit 04ab6d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,9 @@ file comparators, endian transformation classes, and much more.
424424
</build>
425425
</profile>
426426
<profile>
427-
<id>java9</id>
427+
<id>java9+</id>
428428
<activation>
429-
<jdk>9</jdk>
429+
<jdk>[9,)</jdk>
430430
</activation>
431431
<properties>
432432
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->

0 commit comments

Comments
 (0)