9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

Fix idea configs

This commit is contained in:
Daniel Mills
2020-10-27 17:01:05 -04:00
parent 5ef9ccb466
commit 46dd19c326
79 changed files with 1237 additions and 5 deletions

18
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,18 @@
<?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="Iris" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="Iris" target="1.8" />
<module name="Iris (1)" target="1.8" />
<module name="Iris (2)" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>