java-api/.idea/compiler.xml
GME 0251ed077d Init JAVA-API project
Setup Basics blockchain class, pom.xml for maven, Logger, Basic IO Tests.
2018-10-21 11:31:53 +02:00

13 lines
529 B
XML

<?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="java-api" />
</profile>
</annotationProcessing>
</component>
</project>