Initial Maven

This commit is contained in:
RedSparr0w
2019-10-14 20:40:04 +13:00
parent 15eb36b99a
commit c1c0ee9e59
44 changed files with 403 additions and 83 deletions
+16
View File
@@ -0,0 +1,16 @@
<?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="ParaScript" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="ParaScript" target="8" />
</bytecodeTargetLevel>
</component>
</project>