This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new ee5d4494 Adjust JaCoCo property for Java 8 ee5d4494 is described below commit ee5d44942e6de66c9e04f56b985ba71417c2d461 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 18:59:50 2025 -0400 Adjust JaCoCo property for Java 8 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 79c30234..9d9f9c9d 100644 --- a/pom.xml +++ b/pom.xml @@ -258,6 +258,15 @@ </plugins> </reporting> <profiles> + <profile> + <id>java8</id> + <activation> + <jdk>1.8</jdk> + </activation> + <properties> + <commons.jacoco.instructionRatio>0.80</commons.jacoco.instructionRatio> + </properties> + </profile> <profile> <id>setup-checkout</id> <activation>