compiler.xml 1.2 KB

12345678910111213141516171819202122232425262728
  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. <module name="xxl-job-springboot-example" />
  10. <module name="xxl-job-core-pg" />
  11. <module name="xxl-job-admin-pg" />
  12. </profile>
  13. </annotationProcessing>
  14. <bytecodeTargetLevel>
  15. <module name="xxl-job-admin-pg" target="1.8" />
  16. <module name="xxl-job-core-pg" target="1.8" />
  17. <module name="xxl-job-pg" target="1.8" />
  18. <module name="xxl-job-springboot-example" target="1.8" />
  19. </bytecodeTargetLevel>
  20. </component>
  21. <component name="JavacSettings">
  22. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  23. <module name="xxl-job-admin-pg" options="-parameters" />
  24. <module name="xxl-job-core-pg" options="-parameters" />
  25. <module name="xxl-job-springboot-example" options="-parameters" />
  26. </option>
  27. </component>
  28. </project>