asfgit closed pull request #98: Enable jacoco on java 11+ URL: https://github.com/apache/commons-text/pull/98
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.travis.yml b/.travis.yml index 7b3b65e3..769d039b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ language: java jdk: - oraclejdk8 - - oraclejdk9 - - openjdk10 - openjdk11 - openjdk-ea diff --git a/pom.xml b/pom.xml index 3957a1dd..194a2adb 100644 --- a/pom.xml +++ b/pom.xml @@ -453,16 +453,6 @@ <coveralls.skip>true</coveralls.skip> </properties> </profile> - <profile> - <id>java11+</id> - <activation> - <jdk>[11,)</jdk> - </activation> - <properties> - <!-- jacoco does not work with java 11 yet, see https://github.com/jacoco/jacoco/issues/663 --> - <jacoco.skip>true</jacoco.skip> - </properties> - </profile> <profile> <id>java12+</id> <activation> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org