Skip to content
Snippets Groups Projects
compiler.xml 640 B
Newer Older
  • Learn to ignore specific revisions
  • Tobias Ullerich's avatar
    Tobias Ullerich committed
    <?xml version="1.0" encoding="UTF-8"?>
    <project version="4">
      <component name="CompilerConfiguration">
        <annotationProcessing>
          <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="PlayWallServer" />
          </profile>
        </annotationProcessing>
        <bytecodeTargetLevel>
          <module name="PlayWallServer" target="1.8" />
        </bytecodeTargetLevel>
      </component>
    </project>