forked from SpringForAll/springcloud-thoth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompiler.xml
More file actions
57 lines (57 loc) · 2.58 KB
/
compiler.xml
File metadata and controls
57 lines (57 loc) · 2.58 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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<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="thoth-ai-entity" />
<module name="thoth-ai-service" />
<module name="thoth-ai-web" />
<module name="thoth-common" />
<module name="thoth-config-server" />
<module name="thoth-data-es" />
<module name="thoth-data-hbase" />
<module name="thoth-data-kafka-consumer" />
<module name="thoth-data-kafka-producer" />
<module name="thoth-dependencies" />
<module name="thoth-fastdfs" />
<module name="thoth-mongo" />
<module name="thoth-redis" />
<module name="thoth-registry-server" />
<module name="thoth-robot-common" />
<module name="thoth-robot-entity" />
<module name="thoth-robot-service" />
<module name="thoth-robot-web" />
<module name="thoth-test" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="thoth" target="1.7" />
<module name="thoth-ai-entity" target="1.8" />
<module name="thoth-ai-ms" target="1.8" />
<module name="thoth-ai-service" target="1.8" />
<module name="thoth-ai-web" target="1.8" />
<module name="thoth-common" target="1.8" />
<module name="thoth-config-server" target="1.8" />
<module name="thoth-data-es" target="1.8" />
<module name="thoth-data-hbase" target="1.8" />
<module name="thoth-data-kafka" target="1.8" />
<module name="thoth-data-kafka-consumer" target="1.8" />
<module name="thoth-data-kafka-producer" target="1.8" />
<module name="thoth-dependencies" target="1.8" />
<module name="thoth-fastdfs" target="1.8" />
<module name="thoth-mongo" target="1.8" />
<module name="thoth-parent" target="1.8" />
<module name="thoth-redis" target="1.8" />
<module name="thoth-registry-server" target="1.8" />
<module name="thoth-robot-common" target="1.8" />
<module name="thoth-robot-entity" target="1.8" />
<module name="thoth-robot-ms" target="1.8" />
<module name="thoth-robot-service" target="1.8" />
<module name="thoth-robot-web" target="1.8" />
<module name="thoth-test" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>