Skip to content

Commit

Permalink
Assume Java 1.8 (#231)
Browse files Browse the repository at this point in the history
No need to call out Java 1.8 as a special dependency anymore
  • Loading branch information
elharo authored Jun 26, 2024
1 parent bf6d880 commit 267e19a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 267e19a

Please sign in to comment.