forked from vsch/flexmark-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompiler.xml
More file actions
78 lines (78 loc) · 3.41 KB
/
compiler.xml
File metadata and controls
78 lines (78 loc) · 3.41 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<option name="BUILD_PROCESS_HEAP_SIZE" value="1100" />
<option name="USE_RELEASE_OPTION" value="false" />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scala" />
<entry name="!?*.flex" />
<entry name="!?*.kt" />
<entry name="!?*.clj" />
<entry name="!?*.aj" />
<entry name="!?*.txt" />
<entry name="*.md" />
</wildcardResourcePatterns>
<annotationProcessing>
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="flexmark-ext-abbreviation" />
<module name="flexmark-ext-resizable-image" />
<module name="flexmark-ext-attributes" />
<module name="flexmark" />
<module name="flexmark-ext-toc" />
<module name="flexmark-integration-test" />
<module name="flexmark-ext-jekyll-front-matter" />
<module name="flexmark-ext-gfm-tasklist" />
<module name="flexmark-test-suite" />
<module name="flexmark-ext-admonition" />
<module name="flexmark-ext-zzzzzz" />
<module name="flexmark-ext-macros" />
<module name="flexmark-ext-aside" />
<module name="flexmark-ext-media-tags" />
<module name="flexmark-ext-yaml-front-matter" />
<module name="flexmark-ext-gfm-users" />
<module name="flexmark-ext-emoji" />
<module name="flexmark-ext-xwiki-macros" />
<module name="flexmark-test-util" />
<module name="flexmark-jira-converter" />
<module name="flexmark-ext-wikilink" />
<module name="flexmark-ext-typographic" />
<module name="flexmark-ext-tables" />
<module name="flexmark-ext-jekyll-tag" />
<module name="flexmark-ext-ins" />
<module name="flexmark-ext-superscript" />
<module name="flexmark-ext-spec-example" />
<module name="flexmark-html2md-converter" />
<module name="flexmark-ext-gitlab" />
<module name="flexmark-ext-definition" />
<module name="flexmark-test-specs" />
<module name="flexmark-ext-gfm-issues" />
<module name="flexmark-ext-enumerated-reference" />
<module name="flexmark-tree-iteration" />
<module name="flexmark-core-test" />
<module name="flexmark-profile-pegdown" />
<module name="flexmark-pdf-converter" />
<module name="flexmark-ext-escaped-character" />
<module name="flexmark-ext-gfm-strikethrough" />
<module name="flexmark-all" />
<module name="flexmark-docx-converter" />
<module name="flexmark-util" />
<module name="flexmark-ext-footnotes" />
<module name="flexmark-ext-autolink" />
<module name="flexmark-ext-youtube-embedded" />
<module name="flexmark-ext-anchorlink" />
<module name="flexmark-youtrack-converter" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="11" />
</component>
<component name="JavacSettings">
<option name="PREFER_TARGET_JDK_COMPILER" value="false" />
</component>
</project>