This is an automated email from the ASF dual-hosted git repository. bmarwell pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git
commit 37a90c71283827bf44f8f18fd01cca7f9eff236e Author: Peter <[email protected]> AuthorDate: Fri Oct 3 21:56:22 2025 +1000 Apply Spotless formatting --- src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java index 0dc98e1..ea4f196 100644 --- a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java +++ b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java @@ -336,7 +336,7 @@ public class JLinkMojo extends AbstractJLinkMojo { /** * Controls whether the plugin tries to attach the resulting artifact to the project. - * + * * @since 3.2.1 */ @Parameter(defaultValue = "true")
