compiler.xml 765 B

1234567891011121314151617181920
  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="kede-server" target="1.8" />
  13. </bytecodeTargetLevel>
  14. </component>
  15. <component name="JavacSettings">
  16. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  17. <module name="kede-server" options="-Xlint:all" />
  18. </option>
  19. </component>
  20. </project>