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-rdf.git

commit ac0bc9ccb9b3a5e360757408743904dca61f87da
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 2 08:41:37 2025 -0400

    Add a Java 24 profile for JaCoCo
---
 commons-rdf-jsonld-java/pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/commons-rdf-jsonld-java/pom.xml b/commons-rdf-jsonld-java/pom.xml
index be55a367..81308960 100644
--- a/commons-rdf-jsonld-java/pom.xml
+++ b/commons-rdf-jsonld-java/pom.xml
@@ -88,4 +88,17 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+  <profiles>
+    <profile>
+      <!-- Java 24 -->
+      <id>java-24</id>
+      <activation>
+        <jdk>24</jdk>
+      </activation>
+      <properties>
+        <!-- JaCoCo: Don't make code coverage worse than: -->
+        <commons.jacoco.branchRatio>0.57</commons.jacoco.branchRatio>
+      </properties>
+    </profile>
+  </profiles>
+</project>

Reply via email to