You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/extension-codestart.adoc
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -388,9 +388,9 @@ NOTE: `codestart.yml` is the only required file.
388
388
389
389
[source,bash]
390
390
----
391
-
gen-info.time = time of generation (in millis)
391
+
gen-info.time = generation time (in milliseconds)
392
392
input.selected-extensions[].name|description|guide = list of selected extensions with info
393
-
input.selected-extensions-ga = Set of String with the list of extensions groupId:artifactId, usefull for dynamic codestarts depending on selected extensions
393
+
input.selected-extensions-ga = Set of Strings containing the list of extensions groupId:artifactId, useful for dynamic codestarts depending on selected extensions
394
394
input.provided-code[].name|tags|title|description|related-guide: list of selected codestarts with info
395
395
----
396
396
@@ -399,24 +399,26 @@ input.provided-code[].name|tags|title|description|related-guide: list of selecte
0 commit comments