Skip to content

Commit cdc90d7

Browse files
use java 8 compatible clirr version and run clirr on travis
1 parent 8826617 commit cdc90d7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jdk:
2222
- oraclejdk8
2323

2424
script:
25-
- mvn test apache-rat:check javadoc:javadoc
25+
- mvn test apache-rat:check clirr:check javadoc:javadoc
2626

2727
after_success:
2828
- mvn clean cobertura:cobertura coveralls:report

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ file comparators, endian transformation classes, and much more.
259259
</commons.osgi.export>
260260

261261
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
262+
<!-- Override clirr version to be able to build the site on Java 8 -->
263+
<commons.clirr.version>2.8</commons.clirr.version>
262264
</properties>
263265

264266
<build>

0 commit comments

Comments
 (0)