Skip to content

Commit 09ba31c

Browse files
committed
fix dotd command after doc-tool dep update
The problem is the library flexmark gets refactored in the updated version: a new jar `flexmark-formatter` needs to be added to the path.
1 parent 6ad8d72 commit 09ba31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/bin/dotd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ DOTTY_DOC_LIB=$(find_lib "*dotty-doc*")
3535
# Set flexmark deps:
3636
FLEXMARK_LIBS=""
3737
FLEXMARK_LIBS+=$(find_lib "*flexmark-0*")$PSEP
38+
FLEXMARK_LIBS+=$(find_lib "*flexmark-formatter*")$PSEP
3839
FLEXMARK_LIBS+=$(find_lib "*flexmark-ext-anchorlink*")$PSEP
3940
FLEXMARK_LIBS+=$(find_lib "*flexmark-ext-autolink*")$PSEP
4041
FLEXMARK_LIBS+=$(find_lib "*flexmark-ext-emoji*")$PSEP

0 commit comments

Comments
 (0)