This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new ab4164f  Enable JaCoCo on Java 11+. (closes #98)
ab4164f is described below

commit ab4164f057f46b39be0340e7304f9c186d3f33ff
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Thu Dec 20 14:31:30 2018 +0100

    Enable JaCoCo on Java 11+. (closes #98)
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3957a1d..194a2ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,16 +454,6 @@
       </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>
         <jdk>[12,)</jdk>

Reply via email to