-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompiler.xml
25 lines (25 loc) · 1.15 KB
/
compiler.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<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" />
</profile>
<profile name="Annotation profile for fight" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="false">
<entry name="D:/maven/repository/org/projectlombok/lombok/1.18.20/lombok-1.18.20.jar" />
</processorPath>
<module name="EBU6304_G058_flight" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="EBU6304_G058_flight" target="17" />
</bytecodeTargetLevel>
</component>
</project>