compiler.xml 914 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <option name="BUILD_PROCESS_HEAP_SIZE" value="2048" />
  5. <annotationProcessing>
  6. <profile default="true" name="Default" enabled="true" />
  7. <profile name="Maven default annotation processors profile" enabled="true">
  8. <sourceOutputDir name="target/generated-sources/annotations" />
  9. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  10. <outputRelativeToContentRoot value="true" />
  11. <module name="project" />
  12. </profile>
  13. </annotationProcessing>
  14. <bytecodeTargetLevel>
  15. <module name="project" target="1.8" />
  16. </bytecodeTargetLevel>
  17. </component>
  18. <component name="JavacSettings">
  19. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  20. <module name="project" options="-parameters" />
  21. </option>
  22. </component>
  23. </project>