File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
minisite-core/src/main/java/io/yupiik/maven/service/action/builtin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ public void run() {
112112 "\n " +
113113 goals .stream ()
114114 .sorted (comparing (Goal ::getName ))
115- .map (it -> "- xref:" + it .getName () + ".adoc[" + it .getName () + "]: " + decapitalize (
115+ .map (it -> "* xref:" + it .getName () + ".adoc[" + it .getName () + "]: " + decapitalize (
116116 sanitizeDescription (it .getDescription ()).replace ("\n " , " " ).strip ()
117- .replace ("* " , inlineDescriptionOnGoals ? ", " : "\n * " )))
117+ .replace ("* " , inlineDescriptionOnGoals ? ", " : "\n ** " )))
118118 .collect (joining ("\n " )) + "\n " )
119119 .getBytes (StandardCharsets .UTF_8 ),
120120 StandardOpenOption .CREATE , StandardOpenOption .TRUNCATE_EXISTING );
You can’t perform that action at this time.
0 commit comments