You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/23 17:37:15 UTC

[commons-text] branch master updated: Re-enable JaCoCo on Java 13 and up

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

ggregory 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 d9116709 Re-enable JaCoCo on Java 13 and up
d9116709 is described below

commit d9116709b71e75ddb7af0ff88bb3d09d6fa03562
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 13:37:11 2022 -0400

    Re-enable JaCoCo on Java 13 and up
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 510816f8..9b0942ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,16 +546,6 @@
         <coveralls.skip>true</coveralls.skip>
       </properties>
     </profile>
-    <profile>
-      <id>java13+</id>
-      <activation>
-        <jdk>[13,)</jdk>
-      </activation>
-      <properties>
-        <!-- jacoco does not work with java 13 yet -->
-        <jacoco.skip>true</jacoco.skip>
-      </properties>
-    </profile>
     <profile>
       <id>java16-ea</id>
       <!-- bytebuddy Java 16 support is experimental (Mockito uses bytebuddy) -->