-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompiler.xml
More file actions
38 lines (38 loc) · 1.5 KB
/
compiler.xml
File metadata and controls
38 lines (38 loc) · 1.5 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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<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" />
</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="rabbitmq-springboot" />
<module name="rabbitmq-quickstart" />
<module name="rabbitmq-spring" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="quickstart" target="1.8" />
<module name="springboot-rabbitmq" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="quickstart" options="-parameters" />
<module name="rabbitmq-quickstart" options="-parameters" />
<module name="rabbitmq-spring" options="-parameters" />
<module name="rabbitmq-springboot" options="-parameters" />
<module name="springboot-rabbitmq" options="-parameters" />
</option>
</component>
</project>