-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompiler.xml
More file actions
24 lines (24 loc) · 1.3 KB
/
compiler.xml
File metadata and controls
24 lines (24 loc) · 1.3 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
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Gradle Imported" enabled="true">
<outputRelativeToContentRoot value="true" />
<option name="other.resource.bundles" value="application" />
<option name="other.resource.patterns" value=".*\\.properties,.*\\.json,.*\\.js,.*\\.MF" />
<option name="project" value="spotless-cli/app" />
<processorPath useClasspath="false">
<entry name="$USER_HOME$/.gradle/caches/modules-2/files-2.1/info.picocli/picocli-codegen/4.7.6/c36d09aee9ded3685ceac45de8c1e02623158920/picocli-codegen-4.7.6.jar" />
<entry name="$USER_HOME$/.gradle/caches/modules-2/files-2.1/info.picocli/picocli/4.7.6/77c2cb87814b6a03d431fc856024a9f8ff605ad4/picocli-4.7.6.jar" />
</processorPath>
<module name="spotless-cli.app.main" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel target="21" />
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="spotless-cli.app.main" options="-Aproject=spotless-cli/app -Aother.resource.bundles=application -Aother.resource.patterns=.*\\.properties,.*\\.json,.*\\.js,.*\\.MF" />
</option>
</component>
</project>