This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 267e19a Assume Java 1.8 (#231) 267e19a is described below commit 267e19a44a1f294c1bceabaa2701ba225d95feda Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Wed Jun 26 13:42:28 2024 -0400 Assume Java 1.8 (#231) No need to call out Java 1.8 as a special dependency anymore --- src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java index cabc861..4a23ba5 100644 --- a/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java +++ b/src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java @@ -316,8 +316,8 @@ public class ShadeMojo extends AbstractMojo { * When true, dependencies will be stripped down on the class level to only the transitive hull required for the * artifact. See also {@link #entryPoints}, if you wish to further optimize JAR minimization. * <p> - * <em>Note:</em> This feature requires Java 1.8 or higher due to its use of - * <a href="https://github.com/tcurdt/jdependency">jdependency</a>. Its accuracy therefore also depends on + * <em>Note:</em> This feature uses + * <a href="https://github.com/tcurdt/jdependency">jdependency</a>. Its accuracy therefore depends on * jdependency's limitations. * * @since 1.4