Skip to content
Snippets Groups Projects
compiler.xml 863 B
Newer Older
  • Learn to ignore specific revisions
  • Wendi HAN's avatar
    Wendi HAN committed
    <?xml version="1.0" encoding="UTF-8"?>
    <project version="4">
      <component name="CompilerConfiguration">
        <annotationProcessing>
    
    Jie's avatar
    Jie committed
          <profile default="true" name="Default" enabled="true" />
    
    Wendi HAN's avatar
    Wendi HAN committed
          <profile name="Maven default annotation processors profile" enabled="true">
            <sourceOutputDir name="target/generated-sources/annotations" />
            <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
            <outputRelativeToContentRoot value="true" />
            <module name="AmazingProject" />
          </profile>
        </annotationProcessing>
        <bytecodeTargetLevel>
    
    Jie's avatar
    Jie committed
          <module name="AmazingProject" target="8" />
    
    Wendi HAN's avatar
    Wendi HAN committed
        </bytecodeTargetLevel>
      </component>
      <component name="JavacSettings">
        <option name="ADDITIONAL_OPTIONS_OVERRIDE">
          <module name="AmazingProject" options="" />
        </option>
      </component>
    </project>