compiler.xml 593 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="CompilerConfiguration">
  4. <annotationProcessing>
  5. <profile name="Maven default annotation processors profile" enabled="true">
  6. <sourceOutputDir name="target/generated-sources/annotations" />
  7. <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
  8. <outputRelativeToContentRoot value="true" />
  9. </profile>
  10. </annotationProcessing>
  11. <bytecodeTargetLevel>
  12. <module name="examples" target="1.8" />
  13. </bytecodeTargetLevel>
  14. </component>
  15. </project>