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-compress.git
The following commit(s) were added to refs/heads/master by this push: new ba6703ec5 Javadoc 8 workaround for GH CI take 3 ba6703ec5 is described below commit ba6703ec54f49acbc074866b4776892c97b4bfa8 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 14:26:24 2025 -0400 Javadoc 8 workaround for GH CI take 3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 633a9daf8..00e317295 100644 --- a/pom.xml +++ b/pom.xml @@ -499,7 +499,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <profile> <id>java8</id> <activation> - <jdk>8</jdk> + <jdk>1.8</jdk> </activation> <build> <plugins>