Files
openide/platform/jps-bootstrap/.idea/compiler.xml
Leonid Shalupov 7c7e1a1c57 jps-bootstrap initial commit
this is a utility to run any main class from intellij project.
it incrementally compiles Java/Kotlin/Groovy code and runs main class from specified module

GitOrigin-RevId: 0a095bfe8d64fe9c0b031ae142612b56d69049c8
2021-09-25 18:23:52 +00:00

13 lines
534 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="jps-bootstrap" />
</profile>
</annotationProcessing>
</component>
</project>