forked from vsch/flexmark-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle.kts
More file actions
64 lines (63 loc) · 2.11 KB
/
settings.gradle.kts
File metadata and controls
64 lines (63 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/*
* This file was generated by the Gradle 'init' task.
*/
rootProject.name = "flexmark-java"
include(":flexmark-ext-attributes")
include(":flexmark-all")
include(":flexmark-util-options")
include(":flexmark-ext-definition")
include(":flexmark-ext-macros")
include(":flexmark-util-dependency")
include(":flexmark-util-visitor")
include(":flexmark-test-specs")
include(":flexmark-util-experimental")
include(":flexmark-profile-pegdown")
include(":flexmark-util-html")
include(":flexmark-ext-gfm-tasklist")
include(":flexmark-osgi")
include(":flexmark-ext-media-tags")
include(":flexmark-ext-youtube-embedded")
include(":flexmark-ext-footnotes")
include(":flexmark-ext-enumerated-reference")
include(":flexmark-ext-spec-example")
include(":flexmark-ext-gitlab")
include(":flexmark-docx-converter")
include(":flexmark-pdf-converter")
include(":flexmark-ext-autolink")
include(":flexmark-ext-typographic")
include(":flexmark-jira-converter")
include(":flexmark-util-collection")
include(":flexmark-html2md-converter")
include(":flexmark-ext-gfm-issues")
include(":flexmark-ext-anchorlink")
include(":flexmark-ext-superscript")
include(":flexmark-integration-test")
include(":flexmark-ext-jekyll-front-matter")
include(":flexmark-ext-toc")
include(":flexmark-util-builder")
include(":flexmark-util-data")
include(":flexmark-ext-ins")
include(":flexmark-ext-xwiki-macros")
include(":flexmark-util-ast")
include(":flexmark-ext-abbreviation")
include(":flexmark-util-misc")
include(":flexmark-youtrack-converter")
include(":flexmark-util")
include(":flexmark-ext-resizable-image")
include(":flexmark-core-test")
include(":flexmark-test-util")
include(":flexmark-ext-tables")
include(":flexmark-ext-wikilink")
include(":flexmark-ext-emoji")
include(":flexmark-ext-admonition")
include(":flexmark-ext-yaml-front-matter")
include(":flexmark-util-sequence")
include(":flexmark-ext-gfm-strikethrough")
include(":flexmark-ext-gfm-users")
include(":flexmark-tree-iteration")
include(":flexmark")
include(":flexmark-ext-zzzzzz")
include(":flexmark-ext-aside")
include(":flexmark-util-format")
include(":flexmark-ext-escaped-character")
include(":flexmark-ext-jekyll-tag")