compiler.xml 875 B

123456789101112131415161718
  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="yctb" />
  10. </profile>
  11. </annotationProcessing>
  12. </component>
  13. <component name="JavacSettings">
  14. <option name="ADDITIONAL_OPTIONS_OVERRIDE">
  15. <module name="yctb" options="-parameters --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED" />
  16. </option>
  17. </component>
  18. </project>